From ea1a63a2011a44b143cc46c7d80a8152f5358e24 Mon Sep 17 00:00:00 2001 From: Robert Griebl Date: Tue, 4 Jun 2002 20:10:23 +0000 Subject: Fix for broken handling off BusyBox's own pwd/grp implementations [Parts of this patch may overlap with my other two patches] --- include/grp.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'include/grp.h') diff --git a/include/grp.h b/include/grp.h index 191c2d4e5..12fecd02e 100644 --- a/include/grp.h +++ b/include/grp.h @@ -1,14 +1,16 @@ #ifndef __CONFIG_GRP_H #define __CONFIG_GRP_H -#if defined USE_SYSTEM_PWD_GRP -#include +#if !defined CONFIG_USE_BB_PWD_GRP +#include_next + #else #include #include #include + /* The group structure */ struct group { -- cgit v1.2.3