From e547d07a488ab17397217e2a57594c78bf747373 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 4 Nov 2000 04:37:24 +0000 Subject: More cleanups. Fix things so tinylogin compiles. Fix a bug in getdelim -- patch from David Whedon . --- libc/unistd/execvp.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libc/unistd/execvp.c') diff --git a/libc/unistd/execvp.c b/libc/unistd/execvp.c index b2aeee917..943303332 100644 --- a/libc/unistd/execvp.c +++ b/libc/unistd/execvp.c @@ -2,6 +2,7 @@ #include extern char **environ; +extern int execvep(const char *path, char *__const argv[], char *__const envp[]); int execvp(__const char *path, char *__const argv[]) { -- cgit v1.2.3