bug-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Fix for "multiroot2-9" and client-only CVS


From: Pavel Roskin
Subject: Fix for "multiroot2-9" and client-only CVS
Date: Fri, 27 Apr 2001 21:04:49 -0400 (EDT)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]