diff options
author | Roland Mainz <roland.mainz@nrubsig.org> | 2004-12-15 01:09:36 +0000 |
---|---|---|
committer | Roland Mainz <roland.mainz@nrubsig.org> | 2004-12-15 01:09:36 +0000 |
commit | 60dea2157b874f92004eb91a64b09f440b1f9432 (patch) | |
tree | 7c830408701242b9db2f1d66c290cd9642d809fe | |
parent | 98e4b4105037bb21349dfbe40190ed1ff6ddb7b2 (diff) |
Bug #1936 (https://bugs.freedesktop.org/show_bug.cgi?id=1936) attachmentXORG-6_8_2XORG-6_8_1_904XORG-6_8_1_903XORG-6_8_1_902XORG-6_8_1_901
#1395 (https://bugs.freedesktop.org/attachment.cgi?id=1395): Removed
inclusion of unnecessary kernel header on Linux. This may fail in an
-ansi environment. Patch by Egbert Eich <eich@freedesktop.org>
-rw-r--r-- | lisp/lisp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/lisp.c b/lisp/lisp.c index 15226f6..d21b4b4 100644 --- a/lisp/lisp.c +++ b/lisp/lisp.c @@ -46,7 +46,6 @@ #endif #if defined(linux) -#include <asm/page.h> /* for PAGE_SIZE */ #define HAS_GETPAGESIZE #define HAS_SC_PAGESIZE /* _SC_PAGESIZE may be an enum for Linux */ #endif |