summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-02-12 00:18:33 +0000
committerEric Andersen <andersen@codepoet.org>2004-02-12 00:18:33 +0000
commit935b2624237d36650c5034a6100b5395cf4c6b24 (patch)
treeb06bcd6d23b882851041f4d1e0bf996e92f76bdf /extra
parent082e680bd54e999f2bb4eb77141958938b1e9ee9 (diff)
Add our own copies of the include/scsi header files, per what glibc
does, rather than depending on the kernel header files. -Erik
Diffstat (limited to 'extra')
-rwxr-xr-xextra/scripts/fix_includes.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/extra/scripts/fix_includes.sh b/extra/scripts/fix_includes.sh
index 879bec0f1..ae25267d8 100755
--- a/extra/scripts/fix_includes.sh
+++ b/extra/scripts/fix_includes.sh
@@ -161,9 +161,7 @@ if [ $VERSION -eq 2 ] && [ $PATCHLEVEL -ge 6 ] ; then
fi;
-# Create the include/linux and include/scsi symlinks.
+# Create the include/linux symlink.
rm -f include/linux
ln -fs $KERNEL_SOURCE/include/linux include/linux
-rm -f include/scsi
-ln -fs $KERNEL_SOURCE/include/scsi include/scsi