Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/pdisk remove workaround for missing errno.h include



details:   https://anonhg.NetBSD.org/src/rev/d806fd528984
branches:  trunk
changeset: 535577:d806fd528984
user:      dbj <dbj%NetBSD.org@localhost>
date:      Thu Aug 22 22:38:05 2002 +0000

description:
remove workaround for missing errno.h include

diffstat:

 sbin/pdisk/Makefile            |  6 ++----
 sbin/pdisk/errors_workaround.c |  3 ---
 2 files changed, 2 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 683dc2ea1fb5 -r d806fd528984 sbin/pdisk/Makefile
--- a/sbin/pdisk/Makefile       Thu Aug 22 22:37:10 2002 +0000
+++ b/sbin/pdisk/Makefile       Thu Aug 22 22:38:05 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2 2002/08/19 10:17:00 lukem Exp $ 
+#      $NetBSD: Makefile,v 1.3 2002/08/22 22:38:05 dbj Exp $   
 
 .include <bsd.own.mk>
 
@@ -13,9 +13,7 @@
 SRCS=  bitfield.c convert.c deblock_media.c dump.c \
        file_media.c hfs_misc.c io.c layout_dump.c \
        media.c partition_map.c pathname.c pdisk.c util.c \
-       validate.c
-
-SRCS+= errors_workaround.c 
+       validate.c errors.c
 .endif
 
 MAN=   pdisk.8 
diff -r 683dc2ea1fb5 -r d806fd528984 sbin/pdisk/errors_workaround.c
--- a/sbin/pdisk/errors_workaround.c    Thu Aug 22 22:37:10 2002 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-
-#include <errno.h>
-#include "errors.c"



Home | Main Index | Thread Index | Old Index