librhash: Update from 1.3.5 to 1.3.6
[termux-packages] / packages / pure-ftpd / src-ftpd_p.h.patch
CommitLineData
323ae2af
FF
1diff -u -r ../pure-ftpd-1.0.45/src/ftpd_p.h ./src/ftpd_p.h
2--- ../pure-ftpd-1.0.45/src/ftpd_p.h 2017-01-09 20:51:00.000000000 +0100
3+++ ./src/ftpd_p.h 2017-02-24 23:16:25.721476594 +0100
4@@ -350,7 +350,7 @@
5 # define getpwnam(A) fakegetpwnam(A)
6 # define getpwuid(A) fakegetpwnam(NULL)
7 #endif
8-#define NON_ROOT_ANON_DIR "/ftp"
9+#define NON_ROOT_ANON_DIR "@TERMUX_HOME@"
10
11 #ifdef PROBE_RANDOM_AT_RUNTIME
12 static const char *random_device;