summaryrefslogtreecommitdiff
path: root/server/dhcpd.c
diff options
context:
space:
mode:
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 6aa59f9f..9dd5e56e 100644
--- a/server/dhcpd.c
+++ b/server/dhcpd.c
@@ -34,7 +34,7 @@
#ifndef lint
static char ocopyright[] =
-"$Id: dhcpd.c,v 1.121.42.1 2007/01/11 16:36:52 dhankins Exp $ Copyright 2004-2007 Internet Systems Consortium.";
+"$Id: dhcpd.c,v 1.121.42.1.10.1 2007/06/11 22:53:35 each Exp $ Copyright 2004-2007 Internet Systems Consortium.";
#endif
static char copyright[] =
@@ -200,7 +200,7 @@ int main (argc, argv, envp)
int fd;
int i, status;
struct servent *ent;
- char *s;
+ unsigned char *s;
int cftest = 0;
int lftest = 0;
#ifndef DEBUG