mirror of the now-defunct rocklinux.org
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.

162 lines
5.3 KiB

  1. # --- ROCK-COPYRIGHT-NOTE-BEGIN ---
  2. #
  3. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  4. # Please add additional copyright information _after_ the line containing
  5. # the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
  6. # the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
  7. #
  8. # ROCK Linux: rock-src/package/mnemoc/rsbac/errno_h.patch
  9. # ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
  10. #
  11. # This program is free software; you can redistribute it and/or modify
  12. # it under the terms of the GNU General Public License as published by
  13. # the Free Software Foundation; either version 2 of the License, or
  14. # (at your option) any later version. A copy of the GNU General Public
  15. # License can be found at Documentation/COPYING.
  16. #
  17. # Many people helped and are helping developing ROCK Linux. Please
  18. # have a look at http://www.rocklinux.org/ and the Documentation/TEAM
  19. # file for details.
  20. #
  21. # --- ROCK-COPYRIGHT-NOTE-END ---
  22. --- ./src/acl_grant.c.orig 2002-07-25 06:01:55.000000000 -0400
  23. +++ ./src/acl_grant.c 2003-07-09 05:07:19.000000000 -0400
  24. @@ -5,6 +5,7 @@
  25. #include <sys/types.h>
  26. #include <dirent.h>
  27. #include <pwd.h>
  28. +#include <errno.h>
  29. #include <rsbac/types.h>
  30. #include <rsbac/aci_data_structures.h>
  31. #include <rsbac/getname.h>
  32. --- ./src/acl_mask.c.orig 2003-07-09 05:26:45.000000000 -0400
  33. +++ ./src/acl_mask.c 2003-07-09 05:27:34.000000000 -0400
  34. @@ -5,6 +5,7 @@
  35. #include <sys/types.h>
  36. #include <dirent.h>
  37. #include <pwd.h>
  38. +#include <errno.h>
  39. #include <rsbac/types.h>
  40. #include <rsbac/getname.h>
  41. #include <rsbac/acl_getname.h>
  42. --- ./src/acl_rights.c.orig 2003-07-09 05:26:45.000000000 -0400
  43. +++ ./src/acl_rights.c 2003-07-09 05:27:58.000000000 -0400
  44. @@ -5,6 +5,7 @@
  45. #include <sys/types.h>
  46. #include <dirent.h>
  47. #include <pwd.h>
  48. +#include <errno.h>
  49. #include <unistd.h>
  50. #include <rsbac/types.h>
  51. #include <rsbac/aci_data_structures.h>
  52. --- ./src/acl_tlist.c.orig 2003-07-09 05:26:45.000000000 -0400
  53. +++ ./src/acl_tlist.c 2003-07-09 05:28:12.000000000 -0400
  54. @@ -5,6 +5,7 @@
  55. #include <sys/types.h>
  56. #include <dirent.h>
  57. #include <pwd.h>
  58. +#include <errno.h>
  59. #include <rsbac/types.h>
  60. #include <rsbac/aci_data_structures.h>
  61. #include <rsbac/getname.h>
  62. --- ./src/attr_back_dev.c.orig 2003-07-09 05:26:45.000000000 -0400
  63. +++ ./src/attr_back_dev.c 2003-07-09 05:32:10.000000000 -0400
  64. @@ -4,6 +4,7 @@
  65. #include <sys/stat.h>
  66. #include <sys/types.h>
  67. #include <dirent.h>
  68. +#include <errno.h>
  69. #include <rsbac/types.h>
  70. #include <rsbac/getname.h>
  71. #include <rsbac/syscalls.h>
  72. --- ./src/attr_back_fd.c.orig 2003-07-09 05:26:46.000000000 -0400
  73. +++ ./src/attr_back_fd.c 2003-07-09 05:28:35.000000000 -0400
  74. @@ -4,6 +4,7 @@
  75. #include <sys/stat.h>
  76. #include <sys/types.h>
  77. #include <dirent.h>
  78. +#include <errno.h>
  79. #include <rsbac/types.h>
  80. #include <rsbac/getname.h>
  81. #include <rsbac/syscalls.h>
  82. --- ./src/attr_back_net.c.orig 2003-07-09 05:26:46.000000000 -0400
  83. +++ ./src/attr_back_net.c 2003-07-09 05:28:46.000000000 -0400
  84. @@ -4,6 +4,7 @@
  85. #include <sys/stat.h>
  86. #include <sys/types.h>
  87. #include <dirent.h>
  88. +#include <errno.h>
  89. #include <rsbac/types.h>
  90. #include <rsbac/getname.h>
  91. #include <rsbac/syscalls.h>
  92. --- ./src/attr_back_user.c.orig 2003-07-09 05:26:46.000000000 -0400
  93. +++ ./src/attr_back_user.c 2003-07-09 05:28:59.000000000 -0400
  94. @@ -5,6 +5,7 @@
  95. #include <sys/stat.h>
  96. #include <sys/types.h>
  97. #include <dirent.h>
  98. +#include <errno.h>
  99. #include <rsbac/types.h>
  100. #include <rsbac/getname.h>
  101. #include <rsbac/syscalls.h>
  102. --- ./src/attr_get_fd.c.orig 2003-07-09 05:26:46.000000000 -0400
  103. +++ ./src/attr_get_fd.c 2003-07-09 05:29:08.000000000 -0400
  104. @@ -4,6 +4,7 @@
  105. #include <sys/stat.h>
  106. #include <sys/types.h>
  107. #include <dirent.h>
  108. +#include <errno.h>
  109. #include <rsbac/types.h>
  110. #include <rsbac/aci_data_structures.h>
  111. #include <rsbac/getname.h>
  112. --- ./src/attr_rm_fd.c.orig 2003-07-09 05:26:46.000000000 -0400
  113. +++ ./src/attr_rm_fd.c 2003-07-09 05:29:16.000000000 -0400
  114. @@ -4,6 +4,7 @@
  115. #include <sys/stat.h>
  116. #include <sys/types.h>
  117. #include <dirent.h>
  118. +#include <errno.h>
  119. #include <rsbac/types.h>
  120. #include <rsbac/aci_data_structures.h>
  121. #include <rsbac/getname.h>
  122. --- ./src/attr_set_fd.c.orig 2003-07-09 05:26:46.000000000 -0400
  123. +++ ./src/attr_set_fd.c 2003-07-09 05:32:26.000000000 -0400
  124. @@ -4,6 +4,7 @@
  125. #include <sys/stat.h>
  126. #include <sys/types.h>
  127. #include <dirent.h>
  128. +#include <errno.h>
  129. #include <rsbac/types.h>
  130. #include <rsbac/aci_data_structures.h>
  131. #include <rsbac/getname.h>
  132. --- ./src/auth_back_cap.c.orig 2003-07-09 05:26:46.000000000 -0400
  133. +++ ./src/auth_back_cap.c 2003-07-09 05:29:29.000000000 -0400
  134. @@ -4,6 +4,7 @@
  135. #include <sys/stat.h>
  136. #include <sys/types.h>
  137. #include <dirent.h>
  138. +#include <errno.h>
  139. #include <rsbac/types.h>
  140. #include <rsbac/getname.h>
  141. #include <rsbac/syscalls.h>
  142. --- ./src/linux2acl.c.orig 2003-07-09 05:26:46.000000000 -0400
  143. +++ ./src/linux2acl.c 2003-07-09 05:32:57.000000000 -0400
  144. @@ -6,6 +6,7 @@
  145. #include <dirent.h>
  146. #include <pwd.h>
  147. #include <grp.h>
  148. +#include <errno.h>
  149. #include <rsbac/types.h>
  150. #include <rsbac/getname.h>
  151. #include <rsbac/acl_getname.h>
  152. --- ./src/rc_get_eff_rights_fd.c.orig 2003-07-09 05:26:46.000000000 -0400
  153. +++ ./src/rc_get_eff_rights_fd.c 2003-07-09 05:33:04.000000000 -0400
  154. @@ -4,6 +4,7 @@
  155. #include <sys/stat.h>
  156. #include <sys/types.h>
  157. #include <dirent.h>
  158. +#include <errno.h>
  159. #include <rsbac/types.h>
  160. #include <rsbac/aci_data_structures.h>
  161. #include <rsbac/getname.h>