source: scripts/fetch/eglibc/2.10.1/20-missing_header.patch @ b17b911f

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since b17b911f was b17b911f, checked in by jim <clfs@…>, 15 years ago

Updated eglibc fetch script.

  • Property mode set to 100644
File size: 493 bytes
RevLine 
[b17b911f]1many ports hit this warning:
2../sysdeps/unix/sysv/linux/check_native.c:46: warning: implicit declaration of function 'memset'
3../sysdeps/unix/sysv/linux/check_native.c:46: warning: implicit declaration of function 'memset'
4
5snipped from suse
6
7--- sysdeps/unix/sysv/linux/check_native.c
8+++ sysdeps/unix/sysv/linux/check_native.c
9@@ -23,6 +23,7 @@
10 #include <stddef.h>
11 #include <stdint.h>
12 #include <stdlib.h>
13+#include <string.h>
14 #include <time.h>
15 #include <unistd.h>
16 #include <net/if.h>
17
Note: See TracBrowser for help on using the repository browser.