More stack for tcpd.

Safecopies renders the NWIOQUERYPARAM ioctl useless. This functionality
is now replaced with /dev/ipstat. Write the request to the device and
read the answer in one read request.
This commit is contained in:
Philip Homburg
2006-07-13 13:19:48 +00:00
parent 2d79ae7831
commit 04b478f177
13 changed files with 382 additions and 206 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ g = generic
# Programs, flags, and libraries
CC = cc
CPPFLAGS = -I. -D_MINIX
CPPFLAGS = -I. -D_MINIX -DBUF_TRACK_ALLOC_FREE -DBUF_CONSISTENCY_CHECK
CFLAGS = $(OPT) $(CPPFLAGS)
LDFLAGS =
LIBS = -lsysutil -lsys