OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

45 lines
1.6 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../linux-header/linux-header-unexport-scsi-header.patch
  5. # Copyright (C) 2010 The OpenSDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This patch file is dual-licensed. It is available under the license the
  10. # patched project is licensed under, as long as it is an OpenSource license
  11. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  12. # of the GNU General Public License as published by the Free Software
  13. # Foundation; either version 2 of the License, or (at your option) any later
  14. # version.
  15. # --- SDE-COPYRIGHT-NOTE-END ---
  16. From 7407e5bba2cc821950344fd1391d9ad1b7e0b397 Mon Sep 17 00:00:00 2001
  17. From: Tom Rini <tom_rini@mentor.com>
  18. Date: Tue, 27 Apr 2010 14:11:47 -0700
  19. Subject: [PATCH] [SCSI] Unexport scsi/scsi.h from headers_install
  20. The scsi/scsi.h header is normally provided by the libc (and was not
  21. exported by the kernel since 2.6.24) and has been until it was
  22. re-exported with 2.6.31. The kernel version is not userspace clean and
  23. does not appear to provide anything useable in userland over the
  24. (e)glibc version.
  25. Signed-off-by: Tom Rini <tom_rini@mentor.com>
  26. Signed-off-by: James Bottomley <James.Bottomley@suse.de>
  27. ---
  28. include/scsi/Kbuild | 1 -
  29. 1 files changed, 0 insertions(+), 1 deletions(-)
  30. diff --git a/include/scsi/Kbuild b/include/scsi/Kbuild
  31. index b3a0ee6..f2b9491 100644
  32. --- a/include/scsi/Kbuild
  33. +++ b/include/scsi/Kbuild
  34. @@ -1,4 +1,3 @@
  35. -header-y += scsi.h
  36. header-y += scsi_netlink.h
  37. header-y += scsi_netlink_fc.h
  38. header-y += scsi_bsg_fc.h
  39. --
  40. 1.7.2.3