diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2021-08-19 10:56:09 +0200 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2021-08-19 10:57:11 +0200 |
commit | a61f2fde41a5f22a397e4ef76e74652b76b08922 (patch) | |
tree | 1b85b70f46ea803b7687f62b040f7bda849dfe66 /sys-apps/acl/files/acl-2.2.49-quote-strchr.patch | |
parent | sys-kernel/raspberrypi-sources: drop long unattended builds (diff) | |
download | eva-a61f2fde41a5f22a397e4ef76e74652b76b08922.tar.gz eva-a61f2fde41a5f22a397e4ef76e74652b76b08922.tar.bz2 eva-a61f2fde41a5f22a397e4ef76e74652b76b08922.zip |
sys-apps/acl: remove unused ebuild
Did not have a chance to use NFSv4 since NAS died a few years ago.
Signed-off-by: Gilles Dartiguelongue <eva@gentoo.org>
Diffstat (limited to 'sys-apps/acl/files/acl-2.2.49-quote-strchr.patch')
-rw-r--r-- | sys-apps/acl/files/acl-2.2.49-quote-strchr.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/sys-apps/acl/files/acl-2.2.49-quote-strchr.patch b/sys-apps/acl/files/acl-2.2.49-quote-strchr.patch deleted file mode 100644 index d2510da..0000000 --- a/sys-apps/acl/files/acl-2.2.49-quote-strchr.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 7565e4fcb9209782ed02f3caff246cf5ea816674 Mon Sep 17 00:00:00 2001 -From: Mike Frysinger <vapier@gentoo.org> -Date: Fri, 8 Jan 2010 21:28:31 -0500 -Subject: [PATCH] quote: pull in string.h for strchr prototype - -Signed-off-by: Mike Frysinger <vapier@gentoo.org> ---- - libmisc/quote.c | 1 + - 1 files changed, 1 insertions(+), 0 deletions(-) - -diff --git a/libmisc/quote.c b/libmisc/quote.c -index f98c887..bf8f9eb 100644 ---- a/libmisc/quote.c -+++ b/libmisc/quote.c -@@ -20,6 +20,7 @@ - #include <stdio.h> - #include <stdlib.h> - #include <ctype.h> -+#include <string.h> - #include "misc.h" - - const char *quote(const char *str, const char *quote_chars) --- -1.6.6 - |