slyfox 14/05/16 21:08:45
Added: proftpd-1.3.4e-link-tests.patch
Removed: proftpd-1.3.4b-ubug-3795.patch
proftpd-1.3.4a-ubug-3728.patch
proftpd-1.3.4c-fix-build-noipv6.patch
proftpd-1.3.4a-ubug-3682.patch
Log:
Version bump (old stable branch).
(Portage version: 2.2.10_p15/cvs/Linux x86_64, signed Manifest commit with
key 611FF3AA)
Revision Changes Path
1.1 net-ftp/proftpd/files/proftpd-1.3.4e-link-tests.patch
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/proftpd/files/proftpd-1.3.4e-link-tests.patch?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-ftp/proftpd/files/proftpd-1.3.4e-link-tests.patch?rev=1.1&content-type=text/plain
Index: proftpd-1.3.4e-link-tests.patch
===================================================================
diff --git a/tests/api/stubs.c b/tests/api/stubs.c
index 9f49c9d..7f1e898 100644
--- a/tests/api/stubs.c
+++ b/tests/api/stubs.c
@@ -46,6 +46,10 @@ char *pr_fs_encode_path(pool *p, const char *path) {
return (char *) path;
}
+int pr_fs_get_usable_fd(int fd) {
+ return -1;
+}
+
void pr_log_debug(int level, const char *fmt, ...) {
}