Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
c0acc3e1
Commit
c0acc3e1
authored
Jul 17, 1992
by
Jim Blandy
Browse files
*** empty log message ***
parent
279cc2b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
lib-src/emacsclient.c
lib-src/emacsclient.c
+5
-1
No files found.
lib-src/emacsclient.c
View file @
c0acc3e1
...
...
@@ -97,7 +97,11 @@ main (argc, argv)
if
(
stat
(
server
.
sun_path
,
&
statbfr
)
==
-
1
)
{
perror
(
"stat"
);
if
(
errno
==
ENOENT
)
fprintf
(
stderr
,
"Can't find socket; have you started the server?
\n
"
);
else
perror
(
"stat"
);
exit
(
1
);
}
if
(
statbfr
.
st_uid
!=
geteuid
())
...
...
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