aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/from
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2002-03-22 01:22:50 +0000
committerWarner Losh <imp@FreeBSD.org>2002-03-22 01:22:50 +0000
commitf1bb2cd2aa7488657658fbc09aae2ead579049ab (patch)
tree6ba560b9c74ad4aa7b2711587ec42a969bdca745 /usr.bin/from
parent9f6092398b2ada850e3149754f08600fdff7caaa (diff)
downloadsrc-f1bb2cd2aa7488657658fbc09aae2ead579049ab.tar.gz
src-f1bb2cd2aa7488657658fbc09aae2ead579049ab.zip
remove __P
Notes
Notes: svn path=/head/; revision=92920
Diffstat (limited to 'usr.bin/from')
-rw-r--r--usr.bin/from/from.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/from/from.c b/usr.bin/from/from.c
index a8dffbb9ba93..1dd0449e96b3 100644
--- a/usr.bin/from/from.c
+++ b/usr.bin/from/from.c
@@ -55,8 +55,8 @@ static const char rcsid[] =
#include <string.h>
#include <unistd.h>
-int match __P((char *, char *));
-static void usage __P((void));
+int match(char *, char *);
+static void usage(void);
int
main(argc, argv)