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.

44 lines
1.5 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../linux-header/PATCHv2-3-4-scsi-export-scsi_ioctl.h-and-sg.h-headers.patch
  5. # Copyright (C) 2009 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 patchwork Tue Sep 29 10:34:33 2009
  17. Content-Type: text/plain; charset="utf-8"
  18. MIME-Version: 1.0
  19. Content-Transfer-Encoding: 7bit
  20. Subject: [PATCHv2,3/4] scsi: export scsi_ioctl.h and sg.h headers
  21. Date: Tue, 29 Sep 2009 10:34:33 -0000
  22. From: Michael S. Tsirkin <mst@redhat.com>
  23. X-Patchwork-Id: 50528
  24. glibc uses scsi/sg.h and scsi/scsi_ioctl.h, so we need to
  25. export these headers.
  26. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
  27. ---
  28. include/scsi/Kbuild | 2 ++
  29. 1 files changed, 2 insertions(+), 0 deletions(-)
  30. diff --git a/include/scsi/Kbuild b/include/scsi/Kbuild
  31. index 33b2750..a61932c 100644
  32. --- a/include/scsi/Kbuild
  33. +++ b/include/scsi/Kbuild
  34. @@ -1,3 +1,5 @@
  35. +header-y += sg.h
  36. +header-y += scsi_ioctl.h
  37. header-y += scsi.h
  38. header-y += scsi_netlink.h
  39. header-y += scsi_netlink_fc.h