diff options
| author | Alfred Perlstein <alfred@FreeBSD.org> | 2002-10-09 23:22:11 +0000 |
|---|---|---|
| committer | Alfred Perlstein <alfred@FreeBSD.org> | 2002-10-09 23:22:11 +0000 |
| commit | 534ba86baa4cd37b1fd0a912ffdff863e8301897 (patch) | |
| tree | 503eb7ff6e146923dd46dc9d075147f61cff5436 /libexec/bootpd/hwaddr.c | |
| parent | d6b8445ebdac7fb97a8fa2a9c77d14a79a1d6a9a (diff) | |
Notes
Diffstat (limited to 'libexec/bootpd/hwaddr.c')
| -rw-r--r-- | libexec/bootpd/hwaddr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/bootpd/hwaddr.c b/libexec/bootpd/hwaddr.c index 9a9de1a98cb5..ed2c14caef1e 100644 --- a/libexec/bootpd/hwaddr.c +++ b/libexec/bootpd/hwaddr.c @@ -53,7 +53,7 @@ /* For BSD 4.4, set arp entry by writing to routing socket */ #if defined(BSD) #if BSD >= 199306 -extern int bsd_arp_set __P((struct in_addr *, char *, int)); +extern int bsd_arp_set(struct in_addr *, char *, int); #endif #endif |
