Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-04-12 16:31:02 +0400
committerDenis Vlasenko <vda.linux@googlemail.com>2007-04-12 16:31:02 +0400
commit0de3c55b4286498753751b7cd63f3af12f0ebd0f (patch)
treecf080409fa9b904793fb19d397e7f0d9fb17a936 /libbb/info_msg.c
parent831a20f51246cd8d54a246ba7e239a062eeb002c (diff)
login: remove setpgrp call (makes it work from shell prompt again).
login: sanitize stdio descriptors (we are suid, need to be careful!) shrink login and set_environment by ~100 bytes.
Diffstat (limited to 'libbb/info_msg.c')
-rw-r--r--libbb/info_msg.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libbb/info_msg.c b/libbb/info_msg.c
index 78d5c8f32..c763ce60c 100644
--- a/libbb/info_msg.c
+++ b/libbb/info_msg.c
@@ -7,10 +7,6 @@
* Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
*/
-#include <stdio.h>
-#include <errno.h>
-#include <string.h>
-#include <stdlib.h>
#include "libbb.h"
void bb_info_msg(const char *s, ...)