summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-11-26 21:48:34 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-11-26 21:48:34 +0000
commitd3ab6307d514cf4b28fd0972d87e4e9ac1a36d79 (patch)
tree464395c489c827bc95f0d917cf7148f28ea41a3c
parent4482b39bed69dd4800eb3195701627065fe95000 (diff)
downloadATCD-d3ab6307d514cf4b28fd0972d87e4e9ac1a36d79.tar.gz
added information on necessary OS patches
-rw-r--r--include/makeinclude/platform_lynxos.GNU27
1 files changed, 27 insertions, 0 deletions
diff --git a/include/makeinclude/platform_lynxos.GNU b/include/makeinclude/platform_lynxos.GNU
index 0d57ee022b9..906aeb26d77 100644
--- a/include/makeinclude/platform_lynxos.GNU
+++ b/include/makeinclude/platform_lynxos.GNU
@@ -1,6 +1,33 @@
# $Id$
# LynxOS with g++
+# NOTE: with LynxOS 2.5.0-FCS version: 012797-G, you'll need to
+# apply this patch:
+# ftp://ftp.lynx.com/pub/patches/v2.5-patches/v2.5-on-x86/000134-00.tar.Z
+#
+# And, you'll need to apply this patch to /usr/include/netinet/in.h:
+# --- in.h.ORIGINAL Sat Feb 8 09:58:28 1997
+# +++ in.h Wed Nov 26 15:41:04 1997
+# @@ -278,8 +278,7 @@
+# compiler, the macros are not defined: Functions must be used.
+# */
+# static __inline__ unsigned short
+# -htons(arg)
+# -unsigned short arg;
+# +htons(unsigned short arg)
+# {
+# unsigned short retval;
+#
+# @@ -292,8 +291,7 @@
+# }
+#
+# static __inline__ unsigned long
+# -htonl(arg)
+# -unsigned long arg;
+# +htonl(unsigned long arg)
+# {
+# unsigned long retval;
+
debug = 1
shared_libs =
static_libs = 1