diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2020-07-27 14:07:17 +0200 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-07-27 19:17:50 +0100 |
commit | 34117b5bad608bd2630011008d281b9a5f4ae3f9 (patch) | |
tree | b49027f9d14d7aeff991e283b30d485784233569 /net-ftp/proftpd | |
parent | dev-vcs/git: Bump to version 2.28.0 (diff) | |
download | gentoo-34117b5bad608bd2630011008d281b9a5f4ae3f9.tar.gz gentoo-34117b5bad608bd2630011008d281b9a5f4ae3f9.tar.bz2 gentoo-34117b5bad608bd2630011008d281b9a5f4ae3f9.zip |
net-ftp/proftpd: remove unused patch
Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16854
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'net-ftp/proftpd')
-rw-r--r-- | net-ftp/proftpd/files/proftpd-1.3.6c-gcc-10.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/net-ftp/proftpd/files/proftpd-1.3.6c-gcc-10.patch b/net-ftp/proftpd/files/proftpd-1.3.6c-gcc-10.patch deleted file mode 100644 index c3ee704c085c..000000000000 --- a/net-ftp/proftpd/files/proftpd-1.3.6c-gcc-10.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- a/contrib/mod_quotatab.c -+++ b/contrib/mod_quotatab.c -@@ -50,6 +50,7 @@ typedef struct regtab_obj { - module quotatab_module; - - /* Quota objects for the current session */ -+quota_deltas_t quotatab_deltas; - static quota_table_t *limit_tab = NULL; - static quota_limit_t sess_limit; - ---- a/contrib/mod_quotatab.h -+++ b/contrib/mod_quotatab.h -@@ -188,7 +188,7 @@ typedef struct table_obj { - #define QUOTATAB_TALLY_SRC 0x0002 - - /* Quota objects for the current session. */ --quota_deltas_t quotatab_deltas; -+extern quota_deltas_t quotatab_deltas; - - /* Function prototypes necessary for quotatab sub-modules */ - int quotatab_log(const char *, ...) |