mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-03 17:11:32 +00:00
Make pr build with WARNS=6.
This commit is contained in:
parent
81d01f896b
commit
f319c4b9af
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=204359
@ -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…
x
Reference in New Issue
Block a user