summaryrefslogtreecommitdiffstats
path: root/lib/getopt.c
Commit message (Collapse)AuthorAgeFilesLines
* Bring "ex" version up to date with 0.99.18ex15pChris Hall2011-03-291-4/+0
| | | | | | | | | Release: 0.99.18ex15p -- Pipework Branch Also fixes issue with unknown attributes -- does not release them prematurely. Contains the "bgpd: New show commands for improved view and address family support", which is post 0.99.18. (But not RFC 5082 GTSM.)
* Adjusted lib/getopt to eliminate compiler warnings.Chris Hall2010-04-171-1042/+1056
| | | | | Fixed so that compiler no longer complains about losing const state.
* Put back some Quagga additions to getopt.c etc.Chris Hall2010-04-171-27/+17
| | | | | | | | 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-1060/+1052
| | | | | Found new versions which have function prototypes and such like new-fangled stuff.
* 2005-08-10 Greg Troxel <gdt@fnord.ir.bbn.com>gdt2005-08-101-0/+4
| | | | | | | | | | | | | * getopt.h: Don't declare getopt (rather than getopt_long), since quagga doesn't need it. * getopt.c (getopt): Don't define getopt. Fixes build breakage on NetBSD, and seems likely to work on most platforms since it avoids the entire issue of system getopt declarations and whether they conform to POSIX.2. Note that this change doesn't address system getopt_long declarations, but also doesn't change anything about getopt_long.
* 2005-05-15 Paul Jakma <paul@dishone.st>paul2005-05-151-0/+2
| | | | | | | | | * 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/+1054