From 51a1ae6ded68bf2b781c3ca2193baff9d23576fe Mon Sep 17 00:00:00 2001 From: peter Date: Wed, 5 Mar 2003 19:19:08 +0000 Subject: [PATCH] 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(-) diff --git a/usr.bin/kdump/mkioctls b/usr.bin/kdump/mkioctls index d1e7bea08e7c..aabc112707fb 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)}'