Kill __P.

This commit is contained in:
Warner Losh 2002-06-12 04:13:09 +00:00
parent 22c26d85e3
commit 1eb93d35cb

View File

@ -68,8 +68,8 @@ char *X10cmdnames[] = {
NULL
};
int find __P((char *, char *[]));
static void usage __P((void));
int find(char *, char *[]);
static void usage(void);
int
main(argc, argv)