Module Name:    xsrc
Committed By:   christos
Date:           Thu Jan  8 03:45:40 UTC 2015

Modified Files:
        xsrc/external/mit/libXt/dist/util: makestrs.c

Log Message:
don't bring in all the x crap for string.h


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.4 -r1.2 xsrc/external/mit/libXt/dist/util/makestrs.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: xsrc/external/mit/libXt/dist/util/makestrs.c
diff -u xsrc/external/mit/libXt/dist/util/makestrs.c:1.1.1.4 xsrc/external/mit/libXt/dist/util/makestrs.c:1.2
--- xsrc/external/mit/libXt/dist/util/makestrs.c:1.1.1.4	Fri May 31 05:19:54 2013
+++ xsrc/external/mit/libXt/dist/util/makestrs.c	Wed Jan  7 22:45:40 2015
@@ -27,7 +27,7 @@ in this Software without prior written a
 /* Constructs string definitions */
 
 #include <stdio.h>
-#include <X11/Xos.h>
+#include <string.h>
 #include <stdlib.h>
 #include <unistd.h>
 

Reply via email to