From: Philip Homburg Date: Thu, 13 Jul 2006 13:25:55 +0000 (+0000) Subject: Left consistency checks enabled in INET in the previous commit. X-Git-Tag: v3.1.3~253 X-Git-Url: http://zhaoyanbai.com/repos/%24relpath%24tabs.css?a=commitdiff_plain;h=c06bc3ead8a939be701fa22d9bb7adc1bd20c5e7;p=minix.git Left consistency checks enabled in INET in the previous commit. --- diff --git a/servers/inet/Makefile b/servers/inet/Makefile index 9c82f0f41..3ca6f771d 100644 --- a/servers/inet/Makefile +++ b/servers/inet/Makefile @@ -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