summaryrefslogtreecommitdiffstats
path: root/usr.bin/fold/fold.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/fold/fold.c')
-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 48f6c72..33208ae 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)
OpenPOWER on IntegriCloud