as usable as Emacs can be. Fix errno. Use ${LOWER_OPSYS} instead of hard-coded OS name and pass the pass to canna lib to configure. The first fixes !NetBSD, the latter triggers addition of rpath entries for libcanna.
13 lines
347 B
Text
13 lines
347 B
Text
$NetBSD: patch-cd,v 1.1 2006/01/04 20:35:08 joerg Exp $
|
|
|
|
--- src/xterm.c.orig 2006-01-04 18:04:35.000000000 +0000
|
|
+++ src/xterm.c
|
|
@@ -358,8 +358,6 @@ static int x_noop_count;
|
|
|
|
static WINDOWINFO_TYPE windowinfo;
|
|
|
|
-extern int errno;
|
|
-
|
|
/* A mask of extra modifier bits to put into every keyboard char. */
|
|
extern int extra_keyboard_modifiers;
|
|
|