Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nx-libs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dimbor
nx-libs
Commits
6a186b92
Commit
6a186b92
authored
8 years ago
by
Ulrich Sibiller
Committed by
Mike Gabriel
8 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Whitespace fixes
parent
e65b106a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
Xtrans.c
nx-X11/lib/xtrans/Xtrans.c
+1
-1
Xtranssock.c
nx-X11/lib/xtrans/Xtranssock.c
+1
-1
Xtransutil.c
nx-X11/lib/xtrans/Xtransutil.c
+2
-2
No files found.
nx-X11/lib/xtrans/Xtrans.c
View file @
6a186b92
...
@@ -965,7 +965,7 @@ TRANS(IsLocal) (XtransConnInfo ciptr)
...
@@ -965,7 +965,7 @@ TRANS(IsLocal) (XtransConnInfo ciptr)
}
}
#ifdef NX_TRANS_SOCKET
#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
int
TRANS
(
GetMyAddr
)
(
XtransConnInfo
ciptr
,
int
*
familyp
,
int
*
addrlenp
,
TRANS
(
GetMyAddr
)
(
XtransConnInfo
ciptr
,
int
*
familyp
,
int
*
addrlenp
,
Xtransaddr
**
addrp
)
Xtransaddr
**
addrp
)
...
...
This diff is collapsed.
Click to expand it.
nx-X11/lib/xtrans/Xtranssock.c
View file @
6a186b92
...
@@ -1555,7 +1555,7 @@ TRANS(SocketUNIXResetListener) (XtransConnInfo ciptr)
...
@@ -1555,7 +1555,7 @@ TRANS(SocketUNIXResetListener) (XtransConnInfo ciptr)
stat
(
unsock
->
sun_path
,
&
statb
)
==
-
1
||
stat
(
unsock
->
sun_path
,
&
statb
)
==
-
1
||
((
statb
.
st_mode
&
S_IFMT
)
!=
((
statb
.
st_mode
&
S_IFMT
)
!=
#if defined(NCR) || defined(SCO325) || !defined(S_IFSOCK)
#if defined(NCR) || defined(SCO325) || !defined(S_IFSOCK)
S_IFIFO
S_IFIFO
#else
#else
S_IFSOCK
S_IFSOCK
#endif
#endif
...
...
This diff is collapsed.
Click to expand it.
nx-X11/lib/xtrans/Xtransutil.c
View file @
6a186b92
...
@@ -606,7 +606,7 @@ trans_mkdir(const char *path, int mode)
...
@@ -606,7 +606,7 @@ trans_mkdir(const char *path, int mode)
}
}
#endif
#endif
#if !defined(__APPLE_CC__) && !defined(__CYGWIN__)
#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
);
path
);
#endif
#endif
}
}
...
@@ -619,7 +619,7 @@ trans_mkdir(const char *path, int mode)
...
@@ -619,7 +619,7 @@ trans_mkdir(const char *path, int mode)
return
-
1
;
return
-
1
;
}
}
#endif
#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
);
path
,
mode
);
if
(
status
&
WARN_NO_ACCESS
)
{
if
(
status
&
WARN_NO_ACCESS
)
{
prmsg
(
1
,
"mkdir: this may cause subsequent errors
\n
"
);
prmsg
(
1
,
"mkdir: this may cause subsequent errors
\n
"
);
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment