Fix for losing REVIVE

This commit is contained in:
Ben Gras 2006-06-20 10:12:30 +00:00
parent 2384a85296
commit 150c964b49
2 changed files with 2 additions and 2 deletions

View 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 $<

View 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