diff options
author | peter <peter@FreeBSD.org> | 2003-03-05 19:19:08 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2003-03-05 19:19:08 +0000 |
commit | 60fad63fbf9c78c2146cc731d77f894e904ff08d (patch) | |
tree | 4e6c87835bd6a6feedd1b922b312b28907e7c410 /usr.bin | |
parent | 558c08e2ecc414c4732e37ea8e7e35abb53b9f7e (diff) | |
download | FreeBSD-src-60fad63fbf9c78c2146cc731d77f894e904ff08d.zip FreeBSD-src-60fad63fbf9c78c2146cc731d77f894e904ff08d.tar.gz |
Kill references to netns in comment about how it conflicted with netipx so
it was ignored all this time.
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/kdump/mkioctls | 2 |
1 files changed, 0 insertions, 2 deletions
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)}' |