From 60fad63fbf9c78c2146cc731d77f894e904ff08d Mon Sep 17 00:00:00 2001 From: peter Date: Wed, 5 Mar 2003 19:19:08 +0000 Subject: Kill references to netns in comment about how it conflicted with netipx so it was ignored all this time. --- usr.bin/kdump/mkioctls | 2 -- 1 file changed, 2 deletions(-) (limited to 'usr.bin') diff --git a/usr.bin/kdump/mkioctls b/usr.bin/kdump/mkioctls index d1e7bea..aabc112 100644 --- a/usr.bin/kdump/mkioctls +++ b/usr.bin/kdump/mkioctls @@ -18,11 +18,9 @@ LC_ALL=C; export LC_ALL # Build a list of headers that have ioctls in them. # XXX should we use an ANSI cpp? -# XXX netipx conflicts with netns (leave out netns). ioctl_includes=` cd $1 find -s * -name '*.h' -follow | - egrep -v '^(netns)/' | xargs egrep -l \ '^#[ ]*define[ ]+[A-Za-z_][A-Za-z0-9_]*[ ]+_IO[^a-z0-9_]' | awk '{printf("#include <%s>\\\\n", $1)}' -- cgit v1.1