- Remove useless includes

- Add WARNS?= 6 to Makefile

Submitted by:	Liam J. Foy <liamfoy@gmail.com>
Approved by:	grehan (mentor)
This commit is contained in:
Suleiman Souhlal 2005-01-25 14:22:20 +00:00
parent 1fbff2d146
commit 4dd5ff1fce
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=140813
2 changed files with 1 additions and 2 deletions

View File

@ -2,5 +2,6 @@
# $FreeBSD$
PROG= logname
WARNS?= 6
.include <bsd.prog.mk>

View File

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