aboutsummaryrefslogtreecommitdiff
path: root/include/libbb.h
diff options
context:
space:
mode:
authorsandman <sandman@69ca8d6d-28ef-0310-b511-8ec308f3f277>2002-06-04 20:06:25 +0000
committersandman <sandman@69ca8d6d-28ef-0310-b511-8ec308f3f277>2002-06-04 20:06:25 +0000
commit594f51c1b93a4e0b10d23cb5f23deb3ce10bab08 (patch)
tree584aaddcc5ef4d9e715f27e9d1d8dad98b7a5074 /include/libbb.h
parent076115967321ef47cff560a197d90d4605a01cf5 (diff)
downloadbusybox-w32-594f51c1b93a4e0b10d23cb5f23deb3ce10bab08.tar.gz
busybox-w32-594f51c1b93a4e0b10d23cb5f23deb3ce10bab08.tar.bz2
busybox-w32-594f51c1b93a4e0b10d23cb5f23deb3ce10bab08.zip
Implement two types of suid/sgid support for BusyBox:
1) tinylogin like with compile time selection and a chown root.root 2) Runtime configurable via /etc/busybox.conf (docu is in the works) [Parts of this patch may overlap with my other two patches] git-svn-id: svn://busybox.net/trunk/busybox@4855 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include/libbb.h')
-rw-r--r--include/libbb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h
index 40cff8b4b..0b2411fcd 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -37,6 +37,8 @@
37 37
38#include <features.h> 38#include <features.h>
39 39
40#include "config.h"
41
40#if (__GNU_LIBRARY__ < 5) && (!defined __dietlibc__) 42#if (__GNU_LIBRARY__ < 5) && (!defined __dietlibc__)
41/* libc5 doesn't define socklen_t */ 43/* libc5 doesn't define socklen_t */
42typedef unsigned int socklen_t; 44typedef unsigned int socklen_t;