summaryrefslogtreecommitdiff
path: root/dhcpctl
diff options
context:
space:
mode:
authorDavid Hankins <dhankins@isc.org>2007-06-08 14:58:20 +0000
committerDavid Hankins <dhankins@isc.org>2007-06-08 14:58:20 +0000
commit8da06bb1f533a76424324434b180c086f45a9cdb (patch)
tree2a3dd6b10aebba40457f86867c7d2bae4d8278e0 /dhcpctl
parent627ad6d620ccd6317b2c0fa9e080c66e4de091e4 (diff)
downloadisc-dhcp-8da06bb1f533a76424324434b180c086f45a9cdb.tar.gz
- Compilation on HP/UX has been repaired. The changes should generally
apply to any architecture that supplies SIOCGLIFCONF but does not use 'struct lifconf' structures to pass values. [ISC-Bugs #16928]
Diffstat (limited to 'dhcpctl')
-rw-r--r--dhcpctl/omshell.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/dhcpctl/omshell.c b/dhcpctl/omshell.c
index 7fab6881..63286eb5 100644
--- a/dhcpctl/omshell.c
+++ b/dhcpctl/omshell.c
@@ -34,7 +34,7 @@
#ifndef lint
static char copyright[] =
-"$Id: omshell.c,v 1.15 2007/05/19 19:16:24 dhankins Exp $ Copyright (c) 2004-2007 Internet Systems Consortium. All rights reserved.\n";
+"$Id: omshell.c,v 1.16 2007/06/08 14:58:20 dhankins Exp $ Copyright (c) 2004-2007 Internet Systems Consortium. All rights reserved.\n";
#endif /* not lint */
#include <time.h>
@@ -240,7 +240,7 @@ main(int argc, char **argv) {
}
break;
- case SERVER:
+ case TOKEN_SERVER:
token = next_token (&val, (unsigned *)0, cfile);
if (token == NUMBER) {
int alen = (sizeof buf) - 1;