Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
f19ca68c
Commit
f19ca68c
authored
Apr 11, 2000
by
Niels Möller
Browse files
* src/io.c (io_listen_local): Started on AF_LOCAL support.
Currently disabled. Rev: src/io.c:1.93
parent
01bca0a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/io.c
View file @
f19ca68c
...
...
@@ -1182,6 +1182,22 @@ io_listen(struct io_backend *b,
return
fd
;
}
#if 0
/* AF_LOCAL sockets */
struct lsh_fd *
io_listen_local(struct io_backend *b,
struct lsh_string *directory,
struct lsh_string *name,
struct io_callback *callback,
struct exception_handler *e)
{
char *old_cd = NULL;
mode_t old_umask = umask(); HERE!!!
}
#endif
/* Constructors */
struct
lsh_fd
*
...
...
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