Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *: nuke ^L (page feed) | David Lamparter | 2014-06-04 | 1 | -2/+2 |
| | | | | | | | | | | | | | | Quagga sources have inherited a slew of Page Feed (^L, \xC) characters from ancient history. Among other things, these break patchwork's XML-RPC API because \xC is not a valid character in XML documents. Nuke them from high orbit. Patches can be adapted simply by: sed -e 's%^L%%' -i filename.patch (you can type page feeds in some environments with Ctrl-V Ctrl-L) Signed-off-by: David Lamparter <equinox@opensourcerouting.org> | ||||
* | 2005-05-15 Paul Jakma <paul@dishone.st> | paul | 2005-05-15 | 1 | -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 revision | paul | 2002-12-13 | 1 | -0/+190 |