aboutsummaryrefslogtreecommitdiff
path: root/libexec/bootpd/rtmsg.c
diff options
context:
space:
mode:
authorAlfred Perlstein <alfred@FreeBSD.org>2002-10-09 23:22:11 +0000
committerAlfred Perlstein <alfred@FreeBSD.org>2002-10-09 23:22:11 +0000
commit534ba86baa4cd37b1fd0a912ffdff863e8301897 (patch)
tree503eb7ff6e146923dd46dc9d075147f61cff5436 /libexec/bootpd/rtmsg.c
parentd6b8445ebdac7fb97a8fa2a9c77d14a79a1d6a9a (diff)
de-__P()
Notes
svn path=/head/; revision=104742
Diffstat (limited to 'libexec/bootpd/rtmsg.c')
-rw-r--r--libexec/bootpd/rtmsg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/bootpd/rtmsg.c b/libexec/bootpd/rtmsg.c
index 40b872864cfd..450454b6344b 100644
--- a/libexec/bootpd/rtmsg.c
+++ b/libexec/bootpd/rtmsg.c
@@ -72,7 +72,7 @@
#include "report.h"
-static int rtmsg __P((int));
+static int rtmsg(int);
static int s = -1; /* routing socket */