Warns cleanup. Add FreeBSD ID to Makefile.
This commit is contained in:
parent
c83caf7b8d
commit
57a4972d78
@ -1,6 +1,8 @@
|
||||
# $FreeBSD$
|
||||
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
||||
|
||||
PROG= uudecode
|
||||
WARNS?= 2
|
||||
NOMAN= noman
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
@ -62,7 +62,7 @@ static const char rcsid[] =
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
char *filename;
|
||||
const char *filename;
|
||||
int cflag, iflag, pflag, sflag;
|
||||
|
||||
static void usage __P((void));
|
||||
|
Loading…
Reference in New Issue
Block a user