diff options
| author | Suleiman Souhlal <ssouhlal@FreeBSD.org> | 2005-01-25 14:22:20 +0000 |
|---|---|---|
| committer | Suleiman Souhlal <ssouhlal@FreeBSD.org> | 2005-01-25 14:22:20 +0000 |
| commit | 4dd5ff1fced678b1865ddf1e656e823b6ada7f88 (patch) | |
| tree | de40ca3fed64b96dd1e4dd79f6808c2fd4cd1a8b | |
| parent | 1fbff2d1469adca30c459b95020cf18871f5d315 (diff) | |
Notes
| -rw-r--r-- | usr.bin/logname/Makefile | 1 | ||||
| -rw-r--r-- | usr.bin/logname/logname.c | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/logname/Makefile b/usr.bin/logname/Makefile index 875df2c0abf65..4e910ce73297c 100644 --- a/usr.bin/logname/Makefile +++ b/usr.bin/logname/Makefile @@ -2,5 +2,6 @@ # $FreeBSD$ PROG= logname +WARNS?= 6 .include <bsd.prog.mk> diff --git a/usr.bin/logname/logname.c b/usr.bin/logname/logname.c index 05faf7612416e..8f98b8a6dd5e9 100644 --- a/usr.bin/logname/logname.c +++ b/usr.bin/logname/logname.c @@ -44,11 +44,9 @@ static const char sccsid[] = "@(#)logname.c 8.2 (Berkeley) 4/3/94"; __FBSDID("$FreeBSD$"); #include <err.h> -#include <errno.h> #include <unistd.h> #include <stdio.h> #include <stdlib.h> -#include <string.h> void usage(void); |
