Everywhere else XCOMM start at col 0 except for startx.cpp (change
since xf43).  Request that the following trivial patch be applied 
to make startx.cpp XCOMM usage consistent with the rest of tree.

Thanks!

Index: startx.cpp
===================================================================
RCS file: /cvs/xc/programs/xinit/startx.cpp,v
retrieving revision 3.18
diff -u -p -r3.18 startx.cpp
--- startx.cpp  22 Aug 2003 19:27:33 -0000      3.18
+++ startx.cpp  13 Feb 2004 06:28:27 -0000
@@ -82,7 +82,7 @@ fi
 whoseargs="client"
 while [ x"$1" != x ]; do
     case "$1" in
-    XCOMM '' required to prevent cpp from treating "/*" as a C comment.
+XCOMM '' required to prevent cpp from treating "/*" as a C comment.
     /''*|\./''*)
        if [ "$whoseargs" = "client" ]; then
            if [ x"$clientargs" = x ]; then

-- 

Tyler R. Retzlaff <[EMAIL PROTECTED]> http://www.NetBSD.org
_______________________________________________
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel

Reply via email to