xserver: Branch 'master'

Adam Jackson ajax at kemper.freedesktop.org
Fri Sep 22 03:45:36 EEST 2006


 xkb/ddxList.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

New commits:
diff-tree ce78b0cd2b1c35d60eb5683a1d00222aa4797c79 (from c1655f0fd457f9bdf0857c5e0904639925bb01f1)
Author: Adam Jackson <ajax at benzedrine.nwnk.net>
Date:   Thu Sep 21 20:42:47 2006 -0400

    Close with Pclose() that which we open with Popen().

diff --git a/xkb/ddxList.c b/xkb/ddxList.c
index f94a869..034f694 100644
--- a/xkb/ddxList.c
+++ b/xkb/ddxList.c
@@ -269,7 +269,7 @@ char	tmpname[PATH_MAX];
 #ifndef WIN32
     if (haveDir)
 	fclose(in);
-    else if ((rval=pclose(in))!=0) {
+    else if ((rval=Pclose(in))!=0) {
 	if (xkbDebugFlags)
 	    ErrorF("xkbcomp returned exit code %d\n",rval);
     }



More information about the xorg-commit mailing list