Commit 6a186b92 authored by Ulrich Sibiller's avatar Ulrich Sibiller Committed by Mike Gabriel

Whitespace fixes

parent e65b106a
......@@ -965,7 +965,7 @@ TRANS(IsLocal) (XtransConnInfo ciptr)
}
#ifdef NX_TRANS_SOCKET
/* this is needed for pre-xcb X11 as we have in NX */
/* this is needed for pre-xcb X11 as we have in NX */
int
TRANS(GetMyAddr) (XtransConnInfo ciptr, int *familyp, int *addrlenp,
Xtransaddr **addrp)
......
......@@ -1555,7 +1555,7 @@ TRANS(SocketUNIXResetListener) (XtransConnInfo ciptr)
stat (unsock->sun_path, &statb) == -1 ||
((statb.st_mode & S_IFMT) !=
#if defined(NCR) || defined(SCO325) || !defined(S_IFSOCK)
S_IFIFO
S_IFIFO
#else
S_IFSOCK
#endif
......
......@@ -606,7 +606,7 @@ trans_mkdir(const char *path, int mode)
}
#endif
#if !defined(__APPLE_CC__) && !defined(__CYGWIN__)
prmsg(1, "mkdir: Owner of %s should be set to root\n",
prmsg(1, "mkdir: Owner of %s should be set to root\n",
path);
#endif
}
......@@ -619,7 +619,7 @@ trans_mkdir(const char *path, int mode)
return -1;
}
#endif
prmsg(1, "mkdir: Mode of %s should be set to %04o\n",
prmsg(1, "mkdir: Mode of %s should be set to %04o\n",
path, mode);
if (status & WARN_NO_ACCESS) {
prmsg(1, "mkdir: this may cause subsequent errors\n");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment