]> Zhao Yanbai Git Server - minix.git/commitdiff
Fix for losing REVIVE
authorBen Gras <ben@minix3.org>
Tue, 20 Jun 2006 10:12:30 +0000 (10:12 +0000)
committerBen Gras <ben@minix3.org>
Tue, 20 Jun 2006 10:12:30 +0000 (10:12 +0000)
servers/inet/Makefile
servers/inet/sr.c

index 25d80b13e47d9f2a4dad39e018a9c7d0447d88b6..3ca6f771df8b274a43d8db8f93ae4fb14218b41d 100644 (file)
@@ -8,7 +8,7 @@ CC =            cc
 CPPFLAGS =     -I. -D_MINIX
 CFLAGS =       $(OPT) $(CPPFLAGS)
 LDFLAGS =
-LIBS =         -lsys -lsysutil
+LIBS =          -lsysutil -lsys
 
 .c.o:
        $(CC) $(CFLAGS) -o $@ -c $<
index 6600dd21d3a2c5196de241c3bf70d692be2bf128..2bdf819fbb951d1b979c9fffc88eb302ef8c6a78 100644 (file)
@@ -60,7 +60,7 @@
 
 #ifndef __minix_vmd /* Minix 3 */
 #define DEV_CANCEL NW_CANCEL
-#define DEVICE_REPLY REVIVE
+#define DEVICE_REPLY 67        /* old REVIVE */
 #define DEV_IOCTL3 DEV_IOCTL
 #define NDEV_BUFFER ADDRESS
 #define NDEV_COUNT COUNT