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
e7ee6621
Commit
e7ee6621
authored
Sep 27, 2001
by
Niels Möller
Browse files
* src/io_commands.c: Deleted old function do_io_read_file.
Rev: src/io_commands.c:1.48
parent
458b2455
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/io_commands.c
View file @
e7ee6621
...
...
@@ -109,23 +109,6 @@ make_io_write_file_info(struct lsh_string *name, int flags, int mode, UINT32 blo
return
self
;
}
#if 0
/* FIXME: Used only by lsh-writekey. Delete? */
void do_io_read_fd(struct command *s,
struct lsh_object *a,
struct command_continuation *c,
struct exception_handler *e)
{
CAST(io_read_fd, self, s);
CAST(io_backend, backend, a);
COMMAND_RETURN(c, make_lsh_fd(backend,
self->fd, "io_read_stdin", e));
}
struct io_read_fd io_read_stdin
= STATIC_IO_READ_FD(STDIN_FILENO);
#endif
static
struct
exception
resolve_exception
=
STATIC_EXCEPTION
(
EXC_RESOLVE
,
"address could not be resolved"
);
...
...
Write
Preview
Supports
Markdown
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