summaryrefslogtreecommitdiff
path: root/lib/ChangeLog
diff options
context:
space:
mode:
authorpaul <paul>2005-05-15 14:25:08 +0000
committerpaul <paul>2005-05-15 14:25:08 +0000
commit024a7f06979b467299a85e915b78af456a89e3a6 (patch)
treee9c28719f8812dd808699dd6108532d9526a476b /lib/ChangeLog
parent14c1f187acdca1278e035e30d4c036d6eacf9721 (diff)
2005-05-15 Paul Jakma <paul@dishone.st>
* 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
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 18ac2214..5a0eff55 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,12 @@
+2005-05-15 Paul Jakma <paul@dishone.st>
+
+ * 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
+
2005-05-07 Yar Tikhiy <yar@comp.chem.msu.su>
* sockopt.c: Add support for BSD style ifindex in ip_mreq.