]> Zhao Yanbai Git Server - minix.git/commitdiff
Left consistency checks enabled in INET in the previous commit.
authorPhilip Homburg <philip@cs.vu.nl>
Thu, 13 Jul 2006 13:25:55 +0000 (13:25 +0000)
committerPhilip Homburg <philip@cs.vu.nl>
Thu, 13 Jul 2006 13:25:55 +0000 (13:25 +0000)
servers/inet/Makefile

index 9c82f0f41690e14f02785baf39efe8d6e01a6933..3ca6f771df8b274a43d8db8f93ae4fb14218b41d 100644 (file)
@@ -5,7 +5,7 @@ g = generic
 
 # Programs, flags, and libraries
 CC =           cc
-CPPFLAGS =     -I. -D_MINIX -DBUF_TRACK_ALLOC_FREE -DBUF_CONSISTENCY_CHECK
+CPPFLAGS =     -I. -D_MINIX
 CFLAGS =       $(OPT) $(CPPFLAGS)
 LDFLAGS =
 LIBS =          -lsysutil -lsys