Skip to content

Commit d6fd790

Browse files
author
dbj
committed
remove workaround for missing errno.h include
1 parent d7dca7a commit d6fd790

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

sbin/pdisk/Makefile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $NetBSD: Makefile,v 1.2 2002/08/19 10:17:00 lukem Exp $
1+
# $NetBSD: Makefile,v 1.3 2002/08/22 22:38:05 dbj Exp $
22

33
.include <bsd.own.mk>
44

@@ -13,9 +13,7 @@ PROG= pdisk
1313
SRCS= bitfield.c convert.c deblock_media.c dump.c \
1414
file_media.c hfs_misc.c io.c layout_dump.c \
1515
media.c partition_map.c pathname.c pdisk.c util.c \
16-
validate.c
17-
18-
SRCS+= errors_workaround.c
16+
validate.c errors.c
1917
.endif
2018

2119
MAN= pdisk.8

sbin/pdisk/errors_workaround.c

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)