imgtec-ci20: genimage config/ u-boot env
[openadk.git] / package / vsftpd / patches / patch-sysdeputil_c
blob693d90b63dbb75e3c9200416f41441588ff1aaec
1 --- vsftpd-3.0.2.orig/sysdeputil.c      2012-09-16 06:18:04.000000000 +0200
2 +++ vsftpd-3.0.2/sysdeputil.c   2014-02-11 14:21:18.000000000 +0100
3 @@ -81,6 +81,10 @@
4    #include <linux/unistd.h>
5    #include <errno.h>
6    #include <syscall.h>
7 +/* for musl */
8 +#if !defined(__GLIBC__)
9 +#define WTMPX_FILE "/dev/null"
10 +#endif
11  #endif
13  #if defined(__linux__) && !defined(__ia64__) && !defined(__s390__)