From 935b2624237d36650c5034a6100b5395cf4c6b24 Mon Sep 17 00:00:00 2001
From: Eric Andersen <andersen@codepoet.org>
Date: Thu, 12 Feb 2004 00:18:33 +0000
Subject: Add our own copies of the include/scsi header files, per what glibc
 does, rather than depending on the kernel header files.  -Erik

---
 extra/scripts/fix_includes.sh | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

(limited to 'extra/scripts')

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
 
-- 
cgit v1.2.3