aboutsummaryrefslogtreecommitdiffstats
path: root/testing/pure-ftpd/minimal.patch
blob: 89152034a722ed57e88726363614c33464e3d7a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
diff --git a/src/ftpd.c b/src/ftpd.c
index 60b95b6..6aee9bc 100644
--- a/src/ftpd.c
+++ b/src/ftpd.c
@@ -1080,8 +1080,6 @@ void dobanner(const int type)
 
 #endif
 
-#ifndef MINIMAL
-
 int modernformat(const char *file, char *target, size_t target_size,
                  const char * const prefix)
 {
@@ -1228,8 +1226,6 @@ void doallo(const off_t size)
     }
 }
 
-#endif
-
 void dositetime(void)
 {
     char tmp[64];