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
bdd512ed
Commit
bdd512ed
authored
Jan 09, 1992
by
Michael I. Bushnell
Browse files
*** empty log message ***
parent
10a4c11f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
lib-src/emacsclient.c
lib-src/emacsclient.c
+8
-1
No files found.
lib-src/emacsclient.c
View file @
bdd512ed
/* Client process that communicates with GNU Emacs acting as server.
/* Client process that communicates with GNU Emacs acting as server.
`
Copyright (C) 1986, 1987 Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
@@ -52,6 +52,10 @@ main (argc, argv)
#include <stdio.h>
#include <errno.h>
#ifndef SERVER_HOME_DIR
#include <sys/stat.h>
#endif
extern
int
sys_nerr
;
extern
char
*
sys_errlist
[];
extern
int
errno
;
...
...
@@ -66,6 +70,9 @@ main (argc, argv)
struct
sockaddr_un
server
;
char
*
homedir
,
*
cwd
,
*
str
;
char
string
[
BUFSIZ
];
#ifndef SERVER_HOME_DIR
struct
stat
statbfr
;
#endif
char
*
getenv
(),
*
getwd
();
int
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