mirror of
https://github.com/xcat2/xcat-dep.git
synced 2026-06-25 00:40:50 +00:00
fdf8393a2b
Signed-off-by: Daniel Hilst Selli <392820+dhilst@users.noreply.github.com>
12 lines
318 B
Diff
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)
|