]> git.pld-linux.org Git - packages/XFree86.git/blame - XFree86-xterm-fix.patch
- added xterm-fix patch (fixes xterm build)
[packages/XFree86.git] / XFree86-xterm-fix.patch
CommitLineData
e7c8f813
JB
1--- XFree86-4.3.99.15/xc/programs/xterm/main.c.orig 2003-11-02 05:46:49.000000000 +0100
2+++ XFree86-4.3.99.15/xc/programs/xterm/main.c 2003-11-02 19:40:46.740443336 +0100
3@@ -2688,7 +2688,7 @@
4
5 /* Noisy compilers */
6 (void) rc;
7-#ifdef USE_SYSV_UTMP
8+#if defined(USE_UTMP) && defined(USE_SYSV_UTMP)
9 (void) utret;
10 #endif
11
This page took 0.058564 seconds and 4 git commands to generate.