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

# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# Please add additional copyright information _after_ the line containing
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
# ROCK Linux: rock-src/package/mnemoc/rsbac/errno_h.patch
# ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version. A copy of the GNU General Public
# License can be found at Documentation/COPYING.
#
# Many people helped and are helping developing ROCK Linux. Please
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM
# file for details.
#
# --- ROCK-COPYRIGHT-NOTE-END ---
--- ./src/acl_grant.c.orig 2002-07-25 06:01:55.000000000 -0400
+++ ./src/acl_grant.c 2003-07-09 05:07:19.000000000 -0400
@@ -5,6 +5,7 @@
#include <sys/types.h>
#include <dirent.h>
#include <pwd.h>
+#include <errno.h>
#include <rsbac/types.h>
#include <rsbac/aci_data_structures.h>
#include <rsbac/getname.h>
--- ./src/acl_mask.c.orig 2003-07-09 05:26:45.000000000 -0400
+++ ./src/acl_mask.c 2003-07-09 05:27:34.000000000 -0400
@@ -5,6 +5,7 @@
#include <sys/types.h>
#include <dirent.h>
#include <pwd.h>
+#include <errno.h>
#include <rsbac/types.h>
#include <rsbac/getname.h>
#include <rsbac/acl_getname.h>
--- ./src/acl_rights.c.orig 2003-07-09 05:26:45.000000000 -0400
+++ ./src/acl_rights.c 2003-07-09 05:27:58.000000000 -0400
@@ -5,6 +5,7 @@
#include <sys/types.h>
#include <dirent.h>
#include <pwd.h>
+#include <errno.h>
#include <unistd.h>
#include <rsbac/types.h>
#include <rsbac/aci_data_structures.h>
--- ./src/acl_tlist.c.orig 2003-07-09 05:26:45.000000000 -0400
+++ ./src/acl_tlist.c 2003-07-09 05:28:12.000000000 -0400
@@ -5,6 +5,7 @@
#include <sys/types.h>
#include <dirent.h>
#include <pwd.h>
+#include <errno.h>
#include <rsbac/types.h>
#include <rsbac/aci_data_structures.h>
#include <rsbac/getname.h>
--- ./src/attr_back_dev.c.orig 2003-07-09 05:26:45.000000000 -0400
+++ ./src/attr_back_dev.c 2003-07-09 05:32:10.000000000 -0400
@@ -4,6 +4,7 @@
#include <sys/stat.h>
#include <sys/types.h>
#include <dirent.h>
+#include <errno.h>
#include <rsbac/types.h>
#include <rsbac/getname.h>
#include <rsbac/syscalls.h>
--- ./src/attr_back_fd.c.orig 2003-07-09 05:26:46.000000000 -0400
+++ ./src/attr_back_fd.c 2003-07-09 05:28:35.000000000 -0400
@@ -4,6 +4,7 @@
#include <sys/stat.h>
#include <sys/types.h>
#include <dirent.h>
+#include <errno.h>
#include <rsbac/types.h>
#include <rsbac/getname.h>
#include <rsbac/syscalls.h>
--- ./src/attr_back_net.c.orig 2003-07-09 05:26:46.000000000 -0400
+++ ./src/attr_back_net.c 2003-07-09 05:28:46.000000000 -0400
@@ -4,6 +4,7 @@
#include <sys/stat.h>
#include <sys/types.h>
#include <dirent.h>
+#include <errno.h>
#include <rsbac/types.h>
#include <rsbac/getname.h>
#include <rsbac/syscalls.h>
--- ./src/attr_back_user.c.orig 2003-07-09 05:26:46.000000000 -0400
+++ ./src/attr_back_user.c 2003-07-09 05:28:59.000000000 -0400
@@ -5,6 +5,7 @@
#include <sys/stat.h>
#include <sys/types.h>
#include <dirent.h>
+#include <errno.h>
#include <rsbac/types.h>
#include <rsbac/getname.h>
#include <rsbac/syscalls.h>
--- ./src/attr_get_fd.c.orig 2003-07-09 05:26:46.000000000 -0400
+++ ./src/attr_get_fd.c 2003-07-09 05:29:08.000000000 -0400
@@ -4,6 +4,7 @@
#include <sys/stat.h>
#include <sys/types.h>
#include <dirent.h>
+#include <errno.h>
#include <rsbac/types.h>
#include <rsbac/aci_data_structures.h>
#include <rsbac/getname.h>
--- ./src/attr_rm_fd.c.orig 2003-07-09 05:26:46.000000000 -0400
+++ ./src/attr_rm_fd.c 2003-07-09 05:29:16.000000000 -0400
@@ -4,6 +4,7 @@
#include <sys/stat.h>
#include <sys/types.h>
#include <dirent.h>
+#include <errno.h>
#include <rsbac/types.h>
#include <rsbac/aci_data_structures.h>
#include <rsbac/getname.h>
--- ./src/attr_set_fd.c.orig 2003-07-09 05:26:46.000000000 -0400
+++ ./src/attr_set_fd.c 2003-07-09 05:32:26.000000000 -0400
@@ -4,6 +4,7 @@
#include <sys/stat.h>
#include <sys/types.h>
#include <dirent.h>
+#include <errno.h>
#include <rsbac/types.h>
#include <rsbac/aci_data_structures.h>
#include <rsbac/getname.h>
--- ./src/auth_back_cap.c.orig 2003-07-09 05:26:46.000000000 -0400
+++ ./src/auth_back_cap.c 2003-07-09 05:29:29.000000000 -0400
@@ -4,6 +4,7 @@
#include <sys/stat.h>
#include <sys/types.h>
#include <dirent.h>
+#include <errno.h>
#include <rsbac/types.h>
#include <rsbac/getname.h>
#include <rsbac/syscalls.h>
--- ./src/linux2acl.c.orig 2003-07-09 05:26:46.000000000 -0400
+++ ./src/linux2acl.c 2003-07-09 05:32:57.000000000 -0400
@@ -6,6 +6,7 @@
#include <dirent.h>
#include <pwd.h>
#include <grp.h>
+#include <errno.h>
#include <rsbac/types.h>
#include <rsbac/getname.h>
#include <rsbac/acl_getname.h>
--- ./src/rc_get_eff_rights_fd.c.orig 2003-07-09 05:26:46.000000000 -0400
+++ ./src/rc_get_eff_rights_fd.c 2003-07-09 05:33:04.000000000 -0400
@@ -4,6 +4,7 @@
#include <sys/stat.h>
#include <sys/types.h>
#include <dirent.h>
+#include <errno.h>
#include <rsbac/types.h>
#include <rsbac/aci_data_structures.h>
#include <rsbac/getname.h>