aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/unexpand/unexpand.c
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2002-03-22 01:42:45 +0000
committerWarner Losh <imp@FreeBSD.org>2002-03-22 01:42:45 +0000
commit3f330d7d1a3fe98c53faf01d0f30c0a9fbb37c41 (patch)
treef17746dd42b66c7b55fe407e00b5fc176ebe67a5 /usr.bin/unexpand/unexpand.c
parentd3cb5ded92a4fcf21400c9742ca884549bebc99e (diff)
downloadsrc-3f330d7d1a3fe98c53faf01d0f30c0a9fbb37c41.tar.gz
src-3f330d7d1a3fe98c53faf01d0f30c0a9fbb37c41.zip
remove __P
Notes
Notes: svn path=/head/; revision=92922
Diffstat (limited to 'usr.bin/unexpand/unexpand.c')
-rw-r--r--usr.bin/unexpand/unexpand.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/unexpand/unexpand.c b/usr.bin/unexpand/unexpand.c
index 8c788172683c..51b8d3b866ec 100644
--- a/usr.bin/unexpand/unexpand.c
+++ b/usr.bin/unexpand/unexpand.c
@@ -57,8 +57,8 @@ char genbuf[BUFSIZ];
char linebuf[BUFSIZ];
int all;
-static void usage __P((void));
-void tabify __P((char));
+static void usage(void);
+void tabify(char);
int
main(argc, argv)