aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/kdump
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2004-02-25 21:45:41 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2004-02-25 21:45:41 +0000
commite9c67f69d1c08eff846b6b5352df359bb66d9396 (patch)
treebd1f63c4c0ef6ecfeef62bb0b855bd61f5c0f159 /usr.bin/kdump
parent33dee819339974eaf7dbf69068001771cbdcd548 (diff)
downloadsrc-e9c67f69d1c08eff846b6b5352df359bb66d9396.tar.gz
src-e9c67f69d1c08eff846b6b5352df359bb66d9396.zip
Use the -H option instead of the deprecated -follow predicate.
Notes
Notes: svn path=/head/; revision=126244
Diffstat (limited to 'usr.bin/kdump')
-rw-r--r--usr.bin/kdump/mkioctls2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/kdump/mkioctls b/usr.bin/kdump/mkioctls
index aabc112707fb..ac132a3343e8 100644
--- a/usr.bin/kdump/mkioctls
+++ b/usr.bin/kdump/mkioctls
@@ -20,7 +20,7 @@ LC_ALL=C; export LC_ALL
# XXX should we use an ANSI cpp?
ioctl_includes=`
cd $1
- find -s * -name '*.h' -follow |
+ find -H -s * -name '*.h' |
xargs egrep -l \
'^#[ ]*define[ ]+[A-Za-z_][A-Za-z0-9_]*[ ]+_IO[^a-z0-9_]' |
awk '{printf("#include <%s>\\\\n", $1)}'