Make pr build with WARNS=6.
This commit is contained in:
parent
95f188bc4a
commit
33df9ab33d
@ -4,6 +4,4 @@
|
||||
PROG= pr
|
||||
SRCS= pr.c egetopt.c
|
||||
|
||||
WARNS?= 2
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
@ -48,6 +48,8 @@ __FBSDID("$FreeBSD$");
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "extern.h"
|
||||
|
||||
/*
|
||||
* egetopt: get option letter from argument vector (an extended
|
||||
* version of getopt).
|
||||
|
Loading…
Reference in New Issue
Block a user