compilation problem && patch:2.1.15 && alpha

Matthew Jacob (mjacob@feral.com)
Thu, 12 Dec 96 16:31:27 PST


I don't make it all the way up anyway with 2.1.15- get an oops
when route is run. No matter.

Usual multiplatform mindless drift, although if you're going to
resequence even the x86 main thread why not stay consistent with
the numbering you've already put in?

--- linux/include/asm-alpha/socket.h.save Thu Dec 12 15:18:43 1996
+++ linux/include/asm-alpha/socket.h Thu Dec 12 15:20:13 1996
@@ -27,10 +27,12 @@
#define SO_ERROR 0x1007
#define SO_SNDBUF 0x1001
#define SO_RCVBUF 0x1002
-#define SO_RCVLOWAT 0x1010
-#define SO_SNDLOWAT 0x1011
-#define SO_RCVTIMEO 0x1012
-#define SO_SNDTIMEO 0x1013
+#define SO_PASSCRED 0x1010
+#define SO_PEERCRED 0x1011
+#define SO_RCVLOWAT 0x1012
+#define SO_SNDLOWAT 0x1013
+#define SO_RCVTIMEO 0x1014
+#define SO_SNDTIMEO 0x1015

/* linux-specific, might as well be the same as on i386 */
#define SO_NO_CHECK 11