summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2004-07-17 01:13:31 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2004-07-17 01:13:31 +0000
commit79d38d618406ecc5228730a57ad406b280a5a189 (patch)
treedea8b5f198247687db2b5e84112313cf3fe2337b
parent8d0820e2058545e27f95d9fdc581262822799193 (diff)
downloadxorg-lib-libxtrans-79d38d618406ecc5228730a57ad406b280a5a189.tar.gz
Fix typo in debug message in MakeAllCLTSServerListenersCOMPOSITEWRAP
Add $(GETPEER_DEFINES) to DEPEND_DEFINES for makedepend Add "localuser" and "localgroup" access types to server-interpreted authentication scheme.
-rw-r--r--Xtrans.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Xtrans.c b/Xtrans.c
index efdce72..b667fb8 100644
--- a/Xtrans.c
+++ b/Xtrans.c
@@ -1,4 +1,4 @@
-/* $XdotOrg: Xtrans.c,v 1.4 2001/02/09 02:04:06 xorgcvs Exp $ */
+/* $XdotOrg: xc/lib/xtrans/Xtrans.c,v 1.2 2004/04/23 18:44:27 eich Exp $ */
/* $Xorg: Xtrans.c,v 1.4 2001/02/09 02:04:06 xorgcvs Exp $ */
/*
@@ -1132,7 +1132,7 @@ TRANS(MakeAllCOTSServerListeners) (char *port, int *partial, int *count_ret,
*partial = (*count_ret < complete_network_count());
PRMSG (5,
- "MakeAllCLTSServerListeners: partial=%d, actual=%d, complete=%d \n",
+ "MakeAllCOTSServerListeners: partial=%d, actual=%d, complete=%d \n",
*partial, *count_ret, complete_network_count());
if (*count_ret > 0)