From f95ca97d1bb94307ee0b8ed95d329dc9d6ccec85 Mon Sep 17 00:00:00 2001 From: John Beppu Date: Thu, 9 Dec 1999 22:10:18 +0000 Subject: findInitPid() has been implemented and it seems to work. reboot has been changed to take advantage of findInitPid(); --- internal.h | 1 + 1 file changed, 1 insertion(+) (limited to 'internal.h') diff --git a/internal.h b/internal.h index 830d30e..de13bb2 100644 --- a/internal.h +++ b/internal.h @@ -157,6 +157,7 @@ extern void write_mtab(char* blockDevice, char* directory, extern void erase_mtab(const char * name); extern int check_wildcard_match(const char* text, const char* pattern); extern long getNum (const char *cp); +extern pid_t findInitPid(); #if defined BB_MTAB -- cgit v1.1