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
ac0a0a6a
Commit
ac0a0a6a
authored
Dec 12, 2001
by
Niels Möller
Browse files
Minor bug fixes.
Rev: src/lsh-execuv.c:1.2
parent
8bbb5196
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lsh-execuv.c
View file @
ac0a0a6a
...
...
@@ -59,6 +59,7 @@
#include "lsh_types.h"
#include <assert.h>
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
...
...
@@ -112,7 +113,7 @@ die_errno(const char *msg)
}
/* Convert a string to a number */
long
void
static
long
atoid
(
const
char
*
s
,
int
*
ok
)
{
char
*
end
;
...
...
@@ -230,7 +231,7 @@ int main(int argc, char **argv)
int
ok
;
struct
pwd
*
pwd
=
NULL
;
struct
p
ass
wd
*
pwd
=
NULL
;
for
(;;)
switch
(
getopt
(
argc
,
argv
,
"u:n:g:ic"
))
...
...
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