[dhcp-agent-commits] dhcp-agent/src dhcp-client.c,1.33,1.34
Status: Alpha
Brought to you by:
actmodern
From: <act...@us...> - 2003-07-06 17:07:52
|
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) { |