mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-29 02:22:43 +00:00
Kill references to netns in comment about how it conflicted with netipx so
it was ignored all this time.
This commit is contained in:
parent
059c32d2eb
commit
4c42f0a174
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=111922
@ -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)}'
|
||||
|
Loading…
Reference in New Issue
Block a user