diff options
author | grog <grog@FreeBSD.org> | 2000-09-03 01:29:29 +0000 |
---|---|---|
committer | grog <grog@FreeBSD.org> | 2000-09-03 01:29:29 +0000 |
commit | c4591f8f2e9c2c9277c0db8b23f899e7b51e24ff (patch) | |
tree | 656d75a44025125fcf932268dd60cd3f01f5de43 /sbin/vinum | |
parent | 032c1054548067a1447d10721f70e926c853826d (diff) | |
download | FreeBSD-src-c4591f8f2e9c2c9277c0db8b23f899e7b51e24ff.zip FreeBSD-src-c4591f8f2e9c2c9277c0db8b23f899e7b51e24ff.tar.gz |
Clean up now that setproctitle() is in libc.
Submitted by: brian
Diffstat (limited to 'sbin/vinum')
-rw-r--r-- | sbin/vinum/Makefile | 2 | ||||
-rw-r--r-- | sbin/vinum/commands.c | 1 | ||||
-rw-r--r-- | sbin/vinum/v.c | 1 |
3 files changed, 1 insertions, 3 deletions
diff --git a/sbin/vinum/Makefile b/sbin/vinum/Makefile index d2c7860..e36d13c 100644 --- a/sbin/vinum/Makefile +++ b/sbin/vinum/Makefile @@ -5,7 +5,7 @@ SRCS= v.c list.c vinumparser.c vinumutil.c vext.h commands.c MAN8= vinum.8 CFLAGS+= -I${.CURDIR}/../../sys -Wall -DVINUMDEBUG -DPADD= ${LIBUTIL} ${LIBREADLINE} ${LIBTERMCAP} ${LIBDEVSTAT} +DPADD= ${LIBREADLINE} ${LIBTERMCAP} ${LIBDEVSTAT} LDADD= -lutil -lreadline -ltermcap -ldevstat .PATH: ${.CURDIR}/../../sys/dev/vinum diff --git a/sbin/vinum/commands.c b/sbin/vinum/commands.c index 3b87ef3..c5b6f82 100644 --- a/sbin/vinum/commands.c +++ b/sbin/vinum/commands.c @@ -44,7 +44,6 @@ #include <errno.h> #include <fcntl.h> #include <sys/mman.h> -#include <libutil.h> #include <netdb.h> #include <setjmp.h> #include <stdio.h> diff --git a/sbin/vinum/v.c b/sbin/vinum/v.c index 6e39205..14e9483 100644 --- a/sbin/vinum/v.c +++ b/sbin/vinum/v.c @@ -44,7 +44,6 @@ #include <errno.h> #include <fcntl.h> #include <sys/mman.h> -#include <libutil.h> #include <netdb.h> #include <setjmp.h> #include <signal.h> |