aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/fold
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/fold
parent9f6092398b2ada850e3149754f08600fdff7caaa (diff)
downloadsrc-f1bb2cd2aa7488657658fbc09aae2ead579049ab.tar.gz
src-f1bb2cd2aa7488657658fbc09aae2ead579049ab.zip
remove __P
Notes
Notes: svn path=/head/; revision=92920
Diffstat (limited to 'usr.bin/fold')
-rw-r--r--usr.bin/fold/fold.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/fold/fold.c b/usr.bin/fold/fold.c
index 48f6c721aa73..33208ae0d4c5 100644
--- a/usr.bin/fold/fold.c
+++ b/usr.bin/fold/fold.c
@@ -56,8 +56,8 @@ __FBSDID("$FreeBSD$");
#define DEFLINEWIDTH 80
-void fold __P((int));
-static void usage __P((void));
+void fold(int);
+static void usage(void);
int
main(argc, argv)