From 246cc6dddd3df2164e8a925ebd8e9a7bba379253 Mon Sep 17 00:00:00 2001 From: Erik Andersen Date: Tue, 7 Mar 2000 07:41:42 +0000 Subject: Wrote killall. Adjusted mount, ps, utility.c, etc to handle my nifty new kernel patches the allow busybox to run perfectly without /proc. -Erik --- internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal.h') diff --git a/internal.h b/internal.h index fcb24dc14..2e2556d81 100644 --- a/internal.h +++ b/internal.h @@ -203,7 +203,7 @@ extern char *mtab_next(void **iter); extern char *mtab_getinfo(const char *match, const char which); extern int check_wildcard_match(const char* text, const char* pattern); extern long getNum (const char *cp); -extern pid_t findInitPid(); +extern pid_t findPidByName( char* pidName); extern void *xmalloc (size_t size); #if defined BB_INIT || defined BB_SYSLOGD extern int device_open(char *device, int mode); -- cgit v1.2.3