diff options
author | imp <imp@FreeBSD.org> | 2002-03-22 01:42:45 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2002-03-22 01:42:45 +0000 |
commit | 0b20191705a346bc322deac818912bd4eab96a1b (patch) | |
tree | f17746dd42b66c7b55fe407e00b5fc176ebe67a5 /usr.bin/unvis | |
parent | 1698cb216e2d4ca62662103eba0191f134923698 (diff) | |
download | FreeBSD-src-0b20191705a346bc322deac818912bd4eab96a1b.zip FreeBSD-src-0b20191705a346bc322deac818912bd4eab96a1b.tar.gz |
remove __P
Diffstat (limited to 'usr.bin/unvis')
-rw-r--r-- | usr.bin/unvis/unvis.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/unvis/unvis.c b/usr.bin/unvis/unvis.c index d582a83..cfcf41b 100644 --- a/usr.bin/unvis/unvis.c +++ b/usr.bin/unvis/unvis.c @@ -51,8 +51,8 @@ static const char rcsid[] = #include <unistd.h> #include <vis.h> -void process __P((FILE *, const char *)); -static void usage __P((void)); +void process(FILE *, const char *); +static void usage(void); int main(argc, argv) |