Make pr build with WARNS=6.

This commit is contained in:
ed 2010-02-26 13:48:04 +00:00
parent 95f188bc4a
commit 33df9ab33d
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).