summaryrefslogtreecommitdiff
path: root/distrib
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2016-01-12 20:09:40 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2016-01-12 20:09:40 +0000
commit6175ac3660ecc06563bfc9dcaa7b8beb89ad1375 (patch)
tree5192b68bab456ee3675410eaa8c26e990c4627f8 /distrib
parent4675959a325450dc1d6f2b302bfdab0715816eab (diff)
Use normal err/errx/warn/warnx rather than handrolling new ones. Move
usage() to pdisk.c and nuke do_help() and '-h'. ok jasper@ deraadt@
Diffstat (limited to 'distrib')
-rw-r--r--distrib/special/pdisk/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/special/pdisk/Makefile b/distrib/special/pdisk/Makefile
index 44aada5169c..552b225508e 100644
--- a/distrib/special/pdisk/Makefile
+++ b/distrib/special/pdisk/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.2 2016/01/12 07:58:33 deraadt Exp $
+# $Id: Makefile,v 1.3 2016/01/12 20:09:39 krw Exp $
.if ${MACHINE} == "macppc"
PROG= pdisk
@@ -6,7 +6,7 @@ LDADD= -lutil
DPADD= ${LIBUTIL}
CFLAGS+=-Wall
-SRCS= bitfield.c convert.c deblock_media.c dump.c errors.c \
+SRCS= bitfield.c convert.c deblock_media.c dump.c \
file_media.c hfs_misc.c io.c media.c partition_map.c \
pdisk.c validate.c