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
57b1f720
Commit
57b1f720
authored
Aug 14, 1997
by
Richard M. Stallman
Browse files
(main): use SOCKLEN_TYPE for fromlen, if it is defined.
parent
db893d00
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
lib-src/emacsserver.c
lib-src/emacsserver.c
+4
-0
No files found.
lib-src/emacsserver.c
View file @
57b1f720
...
...
@@ -206,7 +206,11 @@ main (argc, argv)
{
char
system_name
[
32
];
int
s
,
infd
;
#ifdef SOCKLEN_TYPE
SOCKLEN_TYPE
fromlen
;
#else
size_t
fromlen
;
#endif
struct
sockaddr_un
server
,
fromunix
;
char
*
homedir
;
char
*
str
,
string
[
BUFSIZ
],
code
[
BUFSIZ
];
...
...
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