From 98e553431586c07fe0534c01c0a6e1b15ddc8958 Mon Sep 17 00:00:00 2001 From: Egbert Eich Date: Tue, 21 Sep 2004 17:57:40 +0000 Subject: Merged over libXpm security fix provided by Chris Evans, Matthieu Herrb and Alan Coopersmith from release 6.8.1. Fail during initialization with error if font/fontset is not set for widget. This prevents a sig11 later when the non-existent font/fontset structs are referenced. Check if xf86Info.kbdProc pointer is really set before calling it on abort as this pointer won't be set if the new modular keyboard driver is used (Matthias Hopf). Added new libs to the bindist control files. Removed inclusion of unnecessary kernel header on Linux. This may fail in an -ansi environment. --- lisp/lisp.c | 1 - 1 file changed, 1 deletion(-) (limited to 'lisp') 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 /* for PAGE_SIZE */ #define HAS_GETPAGESIZE #define HAS_SC_PAGESIZE /* _SC_PAGESIZE may be an enum for Linux */ #endif -- cgit v1.2.3