diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-11-26 21:48:34 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-11-26 21:48:34 +0000 |
commit | d3ab6307d514cf4b28fd0972d87e4e9ac1a36d79 (patch) | |
tree | 464395c489c827bc95f0d917cf7148f28ea41a3c /include/makeinclude/platform_lynxos.GNU | |
parent | 4482b39bed69dd4800eb3195701627065fe95000 (diff) | |
download | ATCD-d3ab6307d514cf4b28fd0972d87e4e9ac1a36d79.tar.gz |
added information on necessary OS patches
Diffstat (limited to 'include/makeinclude/platform_lynxos.GNU')
-rw-r--r-- | include/makeinclude/platform_lynxos.GNU | 27 |
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 |