diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2016-10-31 16:30:16 +0100 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2016-10-31 16:30:22 +0100 |
commit | 2641df97b0a4c4bfde4eabd4dbe9ce6aa7f9ab4d (patch) | |
tree | fbf80b57c542a3a433bda33461489557fec6a701 /testing/mod_auth_cas/remove-error.h.patch | |
parent | 17cddfa2011ab1b7ff750cbef1f10ff3e0ed5f0a (diff) | |
download | aports-2641df97b0a4c4bfde4eabd4dbe9ce6aa7f9ab4d.tar.bz2 aports-2641df97b0a4c4bfde4eabd4dbe9ce6aa7f9ab4d.tar.xz |
testing/mod_auth_cas: new aport
Diffstat (limited to 'testing/mod_auth_cas/remove-error.h.patch')
-rw-r--r-- | testing/mod_auth_cas/remove-error.h.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/mod_auth_cas/remove-error.h.patch b/testing/mod_auth_cas/remove-error.h.patch new file mode 100644 index 0000000000..82845c6a54 --- /dev/null +++ b/testing/mod_auth_cas/remove-error.h.patch @@ -0,0 +1,10 @@ +--- ./src/mod_auth_cas.c.orig ++++ ./src/mod_auth_cas.c +@@ -22,7 +22,6 @@ + * + */ + +-#include <error.h> + #include <string.h> + #include <sys/file.h> + #include <sys/types.h> |