Clean up now that setproctitle() is in libc.

Submitted by: 	brian
This commit is contained in:
grog 2000-09-03 01:29:29 +00:00
parent f9d07352e0
commit 5c4cba9013
3 changed files with 1 additions and 3 deletions

View File

@ -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

View File

@ -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>

View File

@ -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>