067eeb231c
all: - supply manual pages Xvnc: - fixed crash in the font server code - fixed blocking I/O problem which led to easy denial-of-service attacks via built-in HTTP server - fixed memory alignment problem in Raw encoder, for systems with strict alignment constraints - support libwrap for server access control - rely upon system zlib instead of shipping own copy - reset compression level & JPEG image quality on reading client's encoding list - allow applet parameters to be specified in URL request to the HTTP server vncpasswd: - work correctly if a filename is given vncserver: - default depth is 24 instead of 8 - attempt restart once if failed first time due to font path lossage - removed 2 second startup delay - allow users to keep vnc directories in /tmp - work correctly if $XAUTHORITY is not set
13 lines
451 B
Text
13 lines
451 B
Text
$NetBSD: patch-ae,v 1.2 2002/10/20 14:33:54 lukem Exp $
|
|
|
|
--- Xvnc/programs/Xserver/cfb/stipsprc32.s.orig Wed Mar 20 16:16:03 2002
|
|
+++ Xvnc/programs/Xserver/cfb/stipsprc32.s
|
|
@@ -81,7 +81,7 @@ in this Software without prior written a
|
|
#define ForEachBits LY4
|
|
#define NextBits LY5
|
|
|
|
-#if defined(SVR4) || ( defined(linux) && defined(__ELF__) )
|
|
+#if defined(SVR4) || defined(__ELF__)
|
|
#ifdef TETEXT
|
|
#define _cfb32StippleStack cfb32StippleStackTE
|
|
#else
|