mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Remove libutil - setproctitle() is now in libc
This commit is contained in:
parent
bbf0607700
commit
243923717a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=65378
2 changed files with 0 additions and 5 deletions
|
@ -18,7 +18,5 @@ SRCS= faithd.c tcp.c ftp.c rsh.c
|
|||
MAN8= faithd.8
|
||||
#CFLAGS+= -DFAITH4
|
||||
CFLAGS+= -Wall
|
||||
DPADD= ${LIBUTIL}
|
||||
LDADD= -lutil
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
@ -47,9 +47,6 @@
|
|||
#include <sys/stat.h>
|
||||
#include <sys/time.h>
|
||||
#include <sys/ioctl.h>
|
||||
#ifdef __FreeBSD__
|
||||
#include <libutil.h>
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
|
Loading…
Reference in a new issue