Branch oldpackages for 14.07
[14.07/packages.git] / net / proftpd / patches / 002-mempcpy_def.patch
1 --- a/include/options.h
2 +++ b/include/options.h
3 @@ -238,3 +238,9 @@
4  #endif
5  
6  #endif /* PR_OPTIONS_H */
7 +
8 +#ifndef _LIBC
9 +#ifndef __mempcpy
10 +#define __mempcpy mempcpy
11 +#endif
12 +#endif