diff options
Diffstat (limited to 'libexec/bootpd/hwaddr.h')
-rw-r--r-- | libexec/bootpd/hwaddr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/bootpd/hwaddr.h b/libexec/bootpd/hwaddr.h index dea7158..8b40799 100644 --- a/libexec/bootpd/hwaddr.h +++ b/libexec/bootpd/hwaddr.h @@ -23,7 +23,7 @@ extern int hwinfocnt; #define P(args) () #endif -extern void setarp P((int, struct in_addr *, u_char *, int)); +extern void setarp P((int, struct in_addr *, int, u_char *, int)); extern char *haddrtoa P((u_char *, int)); extern void haddr_conv802 P((u_char *, u_char *, int)); |