1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

WARNS=4, de-__P()

This commit is contained in:
Alfred Perlstein 2002-07-11 22:29:11 +00:00
parent 62947a57cc
commit 1fb354a1b2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=99833
2 changed files with 3 additions and 5 deletions

View File

@ -4,6 +4,6 @@
PROG= accton
MAN= accton.8
WARNS?= 2
WARNS?= 4
.include <bsd.prog.mk>

View File

@ -52,12 +52,10 @@ static const char rcsid[] =
#include <string.h>
#include <unistd.h>
static void usage __P((void));
static void usage(void);
int
main(argc, argv)
int argc;
char *argv[];
main(int argc, char *argv[])
{
int ch;