summaryrefslogtreecommitdiffstats
path: root/lib/getopt1.c
Commit message (Collapse)AuthorAgeFilesLines
* Adjusted lib/getopt to eliminate compiler warnings.Chris Hall2010-04-171-173/+173
| | | | | Fixed so that compiler no longer complains about losing const state.
* Put back some Quagga additions to getopt.c etc.Chris Hall2010-04-171-9/+2
| | | | | | | | Also, backed out a small change in zebra/misc_null.c, which removed a warning, but on reflection may be using deep magic which is not fully understood (by me, anyway). zebra appears to have a number of definitions for the same function, and how that is all linked is not obvious (to me, anyway).
* Update lib/getopt.c, getopt1.c and getopt.hChris Hall2010-04-171-191/+180
| | | | | Found new versions which have function prototypes and such like new-fangled stuff.
* 2005-05-15 Paul Jakma <paul@dishone.st>paul2005-05-151-0/+1
| | | | | | | | | * getopt.h: It's not just __GNU_LIBRARY__ which defines getopt, eg __EXTENSIONS__ does too on SunOS. It still seems awfully fragile though. * getopt.c: include zebra.h after config.h, before including getopt.h so that things at least are consistent.. * getopt1.c: ditto
* Initial revisionpaul2002-12-131-0/+190