projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
776fe22
)
Robert P. J. Day writes: even in the header file, make it clear that the routine...
author
Mike Frysinger
<vapier@gentoo.org>
Tue, 11 Apr 2006 04:04:40 +0000
(
04:04
-0000)
committer
Mike Frysinger
<vapier@gentoo.org>
Tue, 11 Apr 2006 04:04:40 +0000
(
04:04
-0000)
include/libbb.h
patch
|
blob
|
history
diff --git
a/include/libbb.h
b/include/libbb.h
index edbc582062ba0027bd74d480e2c5e68aa40e4b81..acda7f615141e2d1eb0f6dba6b8ba0fdef153dfc 100644
(file)
--- a/
include/libbb.h
+++ b/
include/libbb.h
@@
-479,8
+479,11
@@
extern void llist_free(llist_t *elm);
extern void print_login_issue(const char *issue_file, const char *tty);
extern void print_login_prompt(void);
+#if defined(__uClinux__)
extern void vfork_daemon_rexec(int nochdir, int noclose,
int argc, char **argv, char *foreground_opt);
+#endif
+
extern int get_terminal_width_height(int fd, int *width, int *height);
extern unsigned long get_ug_id(const char *s, long (*__bb_getxxnam)(const char *));