]> git.pld-linux.org Git - packages/proftpd.git/blob - proftpd-glibc.patch
- cleanup backups after patching
[packages/proftpd.git] / proftpd-glibc.patch
1 diff -Nur proftpd-1.2.0pre1/modules/mod_ls.c proftpd-1.2.0pre1.pld/modules/mod_ls.c
2 --- proftpd-1.2.0pre1/modules/mod_ls.c  Sun Oct 18 04:24:41 1998
3 +++ proftpd-1.2.0pre1.pld/modules/mod_ls.c      Wed Feb 10 17:02:17 1999
4 @@ -23,7 +23,9 @@
5   */
6  
7  #include "conf.h"
8 -
9 +#if ((__GLIBC__ == 2) && (__GLIBC_MINOR__ >= 1))
10 +#include <asm/types.h>
11 +#endif /* GNU libc-2.1 */
12  #ifndef GLOB_ABORTED
13  #define GLOB_ABORTED GLOB_ABEND
14  #endif
This page took 0.572011 seconds and 3 git commands to generate.