summaryrefslogtreecommitdiff
path: root/server/dhcpd.c
diff options
context:
space:
mode:
authorEvan Hunt <each@isc.org>2007-05-29 18:11:56 +0000
committerEvan Hunt <each@isc.org>2007-05-29 18:11:56 +0000
commit804401cc8e511b17e3cca6bb34df5f26730a4414 (patch)
tree22c15ccf34ea40cc863575ae98036491cdd970f3 /server/dhcpd.c
parent6ecda39c2666c85f5d0eda875e4af1ce0df0d7d6 (diff)
downloadisc-dhcp-804401cc8e511b17e3cca6bb34df5f26730a4414.tar.gz
Merge in changes that were needed in 3.1.0 to silence NetBSD compiler
warnings. [rt16907]
Diffstat (limited to 'server/dhcpd.c')
-rw-r--r--server/dhcpd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/dhcpd.c b/server/dhcpd.c
index e4f83faa..59c3f9f9 100644
--- a/server/dhcpd.c
+++ b/server/dhcpd.c
@@ -34,7 +34,7 @@
#ifndef lint
static char ocopyright[] =
-"$Id: dhcpd.c,v 1.125 2007/05/19 19:16:26 dhankins Exp $ Copyright 2004-2007 Internet Systems Consortium.";
+"$Id: dhcpd.c,v 1.126 2007/05/29 18:11:56 each Exp $ Copyright 2004-2007 Internet Systems Consortium.";
#endif
static char copyright[] =
@@ -199,7 +199,7 @@ main(int argc, char **argv) {
int fd;
int i, status;
struct servent *ent;
- char *s;
+ unsigned char *s;
int cftest = 0;
int lftest = 0;
#ifndef DEBUG