diff options
Diffstat (limited to 'libexec/bootpd/rtmsg.c')
| -rw-r--r-- | libexec/bootpd/rtmsg.c | 2 |
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 */ |
