diff options
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/ChangeLog | 6 | ||||
-rw-r--r-- | runtime/print.c | 1 | ||||
-rw-r--r-- | runtime/string.c | 1 |
3 files changed, 6 insertions, 2 deletions
diff --git a/runtime/ChangeLog b/runtime/ChangeLog index a6994c9c..a1f6d869 100644 --- a/runtime/ChangeLog +++ b/runtime/ChangeLog @@ -1,3 +1,9 @@ +2006-08-14 Will Cohen <wcohen@redhat.com> + + PR 3037 + * string.c: + * print.c: Remove includes for <linux/config.h>. + 2006-08-11 David Smith <dsmith@redhat.com> * lket/b2a/.cvsignore: Added file to let cvs ignore generated diff --git a/runtime/print.c b/runtime/print.c index 0ba173ba..f01e27e9 100644 --- a/runtime/print.c +++ b/runtime/print.c @@ -11,7 +11,6 @@ #ifndef _PRINT_C_ #define _PRINT_C_ -#include <linux/config.h> #include "string.h" #include "io.c" #include "vsprintf.c" diff --git a/runtime/string.c b/runtime/string.c index d0a53a6a..359d8d45 100644 --- a/runtime/string.c +++ b/runtime/string.c @@ -10,7 +10,6 @@ #ifndef _STRING_C_ #define _STRING_C_ -#include <linux/config.h> #include "string.h" /** @file string.c |