clfs-3.0.0-systemd
clfs-3.0.0-sysvinit
systemd
sysvinit
Last change
on this file since 4ce7c10 was b17b911f, checked in by jim <clfs@…>, 15 years ago |
Updated eglibc fetch script.
|
-
Property mode
set to
100644
|
File size:
493 bytes
|
Rev | Line | |
---|
[b17b911f] | 1 | many 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 |
|
---|
| 5 | snipped 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.