Make pr build with WARNS=6.

This commit is contained in:
Ed Schouten 2010-02-26 13:48:04 +00:00
parent 81d01f896b
commit f319c4b9af
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=204359
2 changed files with 2 additions and 2 deletions

View File

@ -4,6 +4,4 @@
PROG= pr
SRCS= pr.c egetopt.c
WARNS?= 2
.include <bsd.prog.mk>

View File

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