Hello!

This patch against the current CVS fixes the testsuite failure in
multiroot2-9 if cvs has no server support.

ChangeLog:
        * server.h [!SERVER_SUPPORT]: Define CLIENT_SERVER_STR to
        a single space to satisfy the testsuite.

_________________________________
--- server.h
+++ server.h
@@ -14,7 +14,7 @@
 #ifdef SERVER_SUPPORT
 # define CLIENT_SERVER_STR ((server_active) ? "S" : " ")
 #else
-# define CLIENT_SERVER_STR ""
+# define CLIENT_SERVER_STR " "
 #endif

 #ifdef SERVER_SUPPORT
_________________________________

Regards,
Pavel Roskin


_______________________________________________
Bug-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-cvs

Reply via email to