diff options
author | wcohen <wcohen> | 2006-08-14 14:30:41 +0000 |
---|---|---|
committer | wcohen <wcohen> | 2006-08-14 14:30:41 +0000 |
commit | c0aedc918f5007ae14e3cfe28005424b71adfb6e (patch) | |
tree | 9fa34e624f531d2c8241eed24eb7d6027dbe7b58 | |
parent | 2752649c534eea91812a7debd4422ab8fbe0ea72 (diff) | |
download | systemtap-steved-c0aedc918f5007ae14e3cfe28005424b71adfb6e.tar.gz systemtap-steved-c0aedc918f5007ae14e3cfe28005424b71adfb6e.tar.xz systemtap-steved-c0aedc918f5007ae14e3cfe28005424b71adfb6e.zip |
PR 3037
* string.c:
* print.c: Remove includes for <linux/config.h>.
-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 |