aboutsummaryrefslogtreecommitdiff
path: root/include/pwd.h
diff options
context:
space:
mode:
authorRobert Griebl <griebl@gmx.de>2002-06-04 20:10:23 +0000
committerRobert Griebl <griebl@gmx.de>2002-06-04 20:10:23 +0000
commitea1a63a2011a44b143cc46c7d80a8152f5358e24 (patch)
tree3a71fbfa44c5a0887409c930a682c896aecb7425 /include/pwd.h
parentc9aca4561ddb1165890fae0c8b921a2504c6273f (diff)
downloadbusybox-w32-ea1a63a2011a44b143cc46c7d80a8152f5358e24.tar.gz
busybox-w32-ea1a63a2011a44b143cc46c7d80a8152f5358e24.tar.bz2
busybox-w32-ea1a63a2011a44b143cc46c7d80a8152f5358e24.zip
Fix for broken handling off BusyBox's own pwd/grp implementations
[Parts of this patch may overlap with my other two patches]
Diffstat (limited to 'include/pwd.h')
-rw-r--r--include/pwd.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/pwd.h b/include/pwd.h
index 2fd0ab06e..178e9e97a 100644
--- a/include/pwd.h
+++ b/include/pwd.h
@@ -1,8 +1,9 @@
1#ifndef __CONFIG_PWD_H 1#ifndef __CONFIG_PWD_H
2#define __CONFIG_PWD_H 2#define __CONFIG_PWD_H
3 3
4#if defined USE_SYSTEM_PWD_GRP 4#if !defined CONFIG_USE_BB_PWD_GRP
5#include <pwd.h> 5#include_next <pwd.h>
6
6#else 7#else
7 8
8#include <sys/types.h> 9#include <sys/types.h>