summaryrefslogtreecommitdiff
path: root/usr.sbin/mopd/mopchk/mopchk.c
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2002-02-16 21:28:12 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2002-02-16 21:28:12 +0000
commit6d57a1a176004a7d8fc009cdcf760098f86e3263 (patch)
treeee423c619fad03813234b9362694a17f3a638f0b /usr.sbin/mopd/mopchk/mopchk.c
parentc707cb295fc3cac8d8feb343e949e0dcf71b8476 (diff)
Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
Diffstat (limited to 'usr.sbin/mopd/mopchk/mopchk.c')
-rw-r--r--usr.sbin/mopd/mopchk/mopchk.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/mopd/mopchk/mopchk.c b/usr.sbin/mopd/mopchk/mopchk.c
index 0c1bb020131..f26f19afd59 100644
--- a/usr.sbin/mopd/mopchk/mopchk.c
+++ b/usr.sbin/mopd/mopchk/mopchk.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mopchk.c,v 1.5 2001/11/16 21:18:06 miod Exp $ */
+/* $OpenBSD: mopchk.c,v 1.6 2002/02/16 21:28:04 millert Exp $ */
/*
* Copyright (c) 1995-96 Mats O Jansson. All rights reserved.
@@ -30,7 +30,7 @@
*/
#ifndef LINT
-static char rcsid[] = "$OpenBSD: mopchk.c,v 1.5 2001/11/16 21:18:06 miod Exp $";
+static char rcsid[] = "$OpenBSD: mopchk.c,v 1.6 2002/02/16 21:28:04 millert Exp $";
#endif
/*
@@ -56,8 +56,8 @@ struct if_info *iflist;
void Usage (/* void */);
void mopProcess (/* struct if_info *, u_char * */);
#else
-void Usage __P((void));
-void mopProcess __P((struct if_info *, u_char *));
+void Usage(void);
+void mopProcess(struct if_info *, u_char *);
#endif
int AllFlag = 0; /* listen on "all" interfaces */