2
0
mirror of https://github.com/xcat2/xcat-dep.git synced 2026-06-25 00:40:50 +00:00
Files
xcat-dep/atftp/dfsg-3-argz-inline-redefinition.diff
T
2026-03-13 07:20:46 -03:00

12 lines
318 B
Diff

diff -Naur atftp-0.7.dfsg/argz.c atftp-0.7.dfsg-fixed/argz.c
--- atftp-0.7.dfsg/argz.c
+++ atftp-0.7.dfsg-fixed/argz.c
@@ -41,6 +41,9 @@
#include <stdlib.h>
+#ifdef __USE_EXTERN_INLINES
+#undef __USE_EXTERN_INLINES
+#endif
#include "argz.h"
char * argz_next (const char *argz, size_t argz_len, const char *entry)