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/execlp.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libc/unistd/execlp.c') diff --git a/libc/unistd/execlp.c b/libc/unistd/execlp.c index 571ab71b0..50fb4a032 100644 --- a/libc/unistd/execlp.c +++ b/libc/unistd/execlp.c @@ -4,6 +4,7 @@ #include extern char **environ; +extern int execvep(const char *path, char *__const argv[], char *__const envp[]); int execlp(__const char *file, __const char *arg, ...) { -- cgit v1.2.3