xterm-82.patch.txt

XFree86 3.9Aj - xterm patch #82 - 1998/7/15 - T.Dickey <dickey@clark.net>
 
A fix for my last patch (probably a better solution would be to move the
include for Xpoll.h below <sys/param.h>, 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 <sys/param.h> /* 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).
 
 <UL>
+<LI><A HREF="#xterm_82">Patch #82 - 1998/7/15 - XFree86 3.9Aj</A>
 <LI><A HREF="#xterm_81">Patch #81 - 1998/7/14 - XFree86 3.9Aj</A>
 <LI><A HREF="#xterm_80">Patch #80 - 1998/6/29 - XFree86 3.9Ai</A>
 <LI><A HREF="#xterm_79">Patch #79 - 1998/6/28 - XFree86 3.9Ai</A>
@@ -123,6 +124,13 @@
 <LI><A HREF="#xterm_02">Patch #2 - 1996/1/7</A>
 <LI><A HREF="#xterm_01">Patch #1 - 1996/1/6</A>
 </UL>
+
+<H1><A NAME="xterm_82">Patch #82 - 1998/7/15 - XFree86 3.9Aj</A></H1>
+Bug fix for patch #81:
+<ul>
+       <li>remove an #undef for NBBY, which caused compile problem on FreeBSD
+         (reported by David Dawes).
+</ul>
 
 <H1><A NAME="xterm_81">Patch #81 - 1998/7/14 - XFree86 3.9Aj</A></H1>
 More bug fixes: