diff options
author | beppu <beppu@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-12-09 22:10:18 +0000 |
---|---|---|
committer | beppu <beppu@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-12-09 22:10:18 +0000 |
commit | 2bbcec81a7457a36d3f83747d67f0a2e8ab90fcb (patch) | |
tree | c494de94d27e7d8dc8fdd43b1ca8fe6710e15eda /internal.h | |
parent | 66f7666802a4e4209f9201f47302401579d99615 (diff) | |
download | busybox-w32-2bbcec81a7457a36d3f83747d67f0a2e8ab90fcb.tar.gz busybox-w32-2bbcec81a7457a36d3f83747d67f0a2e8ab90fcb.tar.bz2 busybox-w32-2bbcec81a7457a36d3f83747d67f0a2e8ab90fcb.zip |
findInitPid() has been implemented and it seems to work.
reboot has been changed to take advantage of findInitPid();
git-svn-id: svn://busybox.net/trunk/busybox@184 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'internal.h')
-rw-r--r-- | internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal.h b/internal.h index 830d30eb4..de13bb202 100644 --- a/internal.h +++ b/internal.h | |||
@@ -157,6 +157,7 @@ extern void write_mtab(char* blockDevice, char* directory, | |||
157 | extern void erase_mtab(const char * name); | 157 | extern void erase_mtab(const char * name); |
158 | extern int check_wildcard_match(const char* text, const char* pattern); | 158 | extern int check_wildcard_match(const char* text, const char* pattern); |
159 | extern long getNum (const char *cp); | 159 | extern long getNum (const char *cp); |
160 | extern pid_t findInitPid(); | ||
160 | 161 | ||
161 | 162 | ||
162 | #if defined BB_MTAB | 163 | #if defined BB_MTAB |