XFree86 3.9Aj - xterm patch #82 - 1998/7/15 - T.Dickey A fix for my last patch (probably a better solution would be to move the include for Xpoll.h below , but we don't have time to find out what goes wrong with that ;-). # ------------------------------------------------------------------------------ # main.c | 1 - # version.h | 2 +- # xterm.log.html | 8 ++++++++ # 3 files changed, 9 insertions, 2 deletions # ------------------------------------------------------------------------------ Index: main.c --- xterm-81+/main.c Tue Jul 14 20:19:28 1998 +++ xterm-82/main.c Wed Jul 15 05:25:45 1998 @@ -352,7 +352,6 @@ #endif #if !defined(MINIX) && !defined(WIN32) && !defined(Lynx) -#undef NBBY /* Xpoll.h has conflicting value that we don't use */ #include /* for NOFILE */ #endif Index: version.h --- xterm-81+/version.h Tue Jul 14 20:19:28 1998 +++ xterm-82/version.h Wed Jul 15 06:52:08 1998 @@ -6,4 +6,4 @@ * version of xterm has been built. The number in parentheses is my patch * number (T.Dickey). */ -#define XTERM_VERSION "XFree86 3.9Aj(81)" +#define XTERM_VERSION "XFree86 3.9Aj(82)" Index: xterm.log.html --- xterm-81+/xterm.log.html Tue Jul 14 20:34:23 1998 +++ xterm-82/xterm.log.html Wed Jul 15 05:29:47 1998 @@ -41,6 +41,7 @@ xc/programs/Xserver/hw/xfree86). + +

Patch #82 - 1998/7/15 - XFree86 3.9Aj

+Bug fix for patch #81: +
    +
  • remove an #undef for NBBY, which caused compile problem on FreeBSD + (reported by David Dawes). +

Patch #81 - 1998/7/14 - XFree86 3.9Aj

More bug fixes: