[xorg-commit-diffs] xc/lib/xtrans Xtranssock.c, 1.1.4.6.2.1,
1.1.4.6.2.1.6.1 Xtransutil.c, 1.1.4.2.6.3, 1.1.4.2.6.3.4.1
Roland Mainz
xorg-commit at pdx.freedesktop.org
Sat Apr 10 02:04:18 PDT 2004
Committed by: gisburn
Update of /cvs/xorg/xc/lib/xtrans
In directory pdx:/tmp/cvs-serv7662/xc/lib/xtrans
Modified Files:
Tag: XPRINT
Xtranssock.c Xtransutil.c
Log Message:
Resync to 2004-04-10 XORG-RELEASE-1 branch
Index: Xtranssock.c
===================================================================
RCS file: /cvs/xorg/xc/lib/xtrans/Xtranssock.c,v
retrieving revision 1.1.4.6.2.1
retrieving revision 1.1.4.6.2.1.6.1
diff -u -d -r1.1.4.6.2.1 -r1.1.4.6.2.1.6.1
--- a/Xtranssock.c 4 Mar 2004 17:47:15 -0000 1.1.4.6.2.1
+++ b/Xtranssock.c 10 Apr 2004 09:04:10 -0000 1.1.4.6.2.1.6.1
@@ -865,9 +865,10 @@
if (errno == EADDRINUSE) {
if (flags & ADDR_IN_USE_ALLOWED)
break;
- } else
- return TRANS_ADDR_IN_USE;
-
+ else
+ return TRANS_ADDR_IN_USE;
+ }
+
if (retry-- == 0) {
PRMSG (1, "SocketCreateListener: failed to bind listener\n",
0, 0, 0);
Index: Xtransutil.c
===================================================================
RCS file: /cvs/xorg/xc/lib/xtrans/Xtransutil.c,v
retrieving revision 1.1.4.2.6.3
retrieving revision 1.1.4.2.6.3.4.1
diff -u -d -r1.1.4.2.6.3 -r1.1.4.2.6.3.4.1
--- a/Xtransutil.c 15 Mar 2004 15:37:38 -0000 1.1.4.2.6.3
+++ b/Xtransutil.c 10 Apr 2004 09:04:10 -0000 1.1.4.2.6.3.4.1
@@ -573,14 +573,14 @@
if (updateOwner && !updatedOwner) {
PRMSG(1, "mkdir: Owner of %s should be set to root\n",
path, 0, 0);
-#if !defined(__CYGWIN__) && !defined(__DARWIN__)
+#if 0 && !defined(__CYGWIN__) && !defined(__DARWIN__)
sleep(5);
#endif
}
if (updateMode && !updatedMode) {
PRMSG(1, "mkdir: Mode of %s should be set to %04o\n",
path, mode, 0);
-#if !defined(__CYGWIN__) && !defined(__DARWIN__)
+#if 0 && !defined(__CYGWIN__) && !defined(__DARWIN__)
sleep(5);
#endif
}
More information about the xorg-commit-diffs
mailing list