summaryrefslogtreecommitdiffstats
path: root/libexec/bootpd/bootpd.c
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/bootpd/bootpd.c')
-rw-r--r--libexec/bootpd/bootpd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libexec/bootpd/bootpd.c b/libexec/bootpd/bootpd.c
index c907ddf..239b267 100644
--- a/libexec/bootpd/bootpd.c
+++ b/libexec/bootpd/bootpd.c
@@ -185,7 +185,8 @@ main(argc, argv)
struct servent *servp;
struct hostent *hep;
char *stmp;
- int n, ba_len, ra_len;
+ socklen_t ba_len, ra_len;
+ int n;
int nfound;
fd_set readfds;
int standalone;
OpenPOWER on IntegriCloud