Update of /cvsroot/dhcp-agent/dhcp-agent/src
In directory sc8-pr-cvs1:/tmp/cvs-serv1384/src
Modified Files:
dhcp-client.c
Log Message:
fixed up getopt to properly handle -h
Index: dhcp-client.c
===================================================================
RCS file: /cvsroot/dhcp-agent/dhcp-agent/src/dhcp-client.c,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -d -r1.33 -r1.34
*** dhcp-client.c 6 Jul 2003 05:34:36 -0000 1.33
--- dhcp-client.c 6 Jul 2003 17:07:48 -0000 1.34
***************
*** 508,512 ****
INFO_MESSAGE(" ");
! while((c = getopt(argc, argv, "stpcdavi:m:kwh:l:H:")) != -1) {
switch (c) {
--- 508,512 ----
INFO_MESSAGE(" ");
! while((c = getopt(argc, argv, "stpcdavi:m:kwhl:")) != -1) {
switch (c) {
|