home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.unix.sys5.r4
- Path: sparky!uunet!gatech!destroyer!mudos!mju
- From: mju@mudos.ann-arbor.mi.us (Marc Unangst)
- Subject: Bug in SVR4.0.3 /usr/include/sys/socket.h
- Message-ID: <C00EuH.9Ms@mudos.ann-arbor.mi.us>
- Date: Tue, 29 Dec 1992 07:15:52 GMT
- Organization: The Programmer's Pit Stop, Ann Arbor MI
- Lines: 32
-
- There is a closing comment pair ("*/") missing at line 132 of
- /usr/include/sys/socket.h in Esix 4.0.3. Could people with newer
- versions of SVR4 (4.0.4 and maybe even 4.2) check to see if their
- <sys/socket.h> include file suffers from the same problem? Here is a
- cdiff to fix the file. Remember, folks, "gcc -Wall" is your friend...
-
- *** socket.h.old Tue Dec 29 02:12:28 1992
- --- socket.h Tue Dec 29 02:09:50 1992
- ***************
- *** 128,134 ****
- #define AF_APPLETALK 16 /* Apple Talk */
- #define AF_NIT 17 /* Network Interface Tap */
- #define AF_802 18 /* IEEE 802.2, also ISO 8802 */
- ! #define AF_OSI 19 /* umbrella for all families used
- #define AF_X25 20 /* CCITT X.25 in particular */
- #define AF_OSINET 21 /* AFI = 47, IDI = 4 */
- #define AF_GOSIP 22 /* U.S. Government OSI */
- --- 128,134 ----
- #define AF_APPLETALK 16 /* Apple Talk */
- #define AF_NIT 17 /* Network Interface Tap */
- #define AF_802 18 /* IEEE 802.2, also ISO 8802 */
- ! #define AF_OSI 19 /* umbrella for all families used */
- #define AF_X25 20 /* CCITT X.25 in particular */
- #define AF_OSINET 21 /* AFI = 47, IDI = 4 */
- #define AF_GOSIP 22 /* U.S. Government OSI */
-
-
- --
- Marc Unangst, N8VRH | "Of course, in order to understand this you
- mju@mudos.ann-arbor.mi.us | have to remember that the nucleus of the atom
- | is squishy."
- | -W. Scheider, from a Physics lecture
-