mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04: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
1 changed files with 0 additions and 2 deletions
|
|
@ -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 a new issue