From ea224be6aa8fed5486376d3021a4cb911e935106 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sun, 18 Jun 2006 20:20:07 +0000 Subject: skip_whitespace() shouldn't claim its return value is const, it doesn't know that and callers wind up typecasting it back. --- libpwdgrp/pwd_grp.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libpwdgrp') diff --git a/libpwdgrp/pwd_grp.c b/libpwdgrp/pwd_grp.c index 4f4e0410f..98ecf40a3 100644 --- a/libpwdgrp/pwd_grp.c +++ b/libpwdgrp/pwd_grp.c @@ -17,6 +17,7 @@ * */ +#include "libbb.h" #include #include #include @@ -27,10 +28,9 @@ #include #include -#include "pwd_.h" -#include "grp_.h" -#include "shadow_.h" -#include "libbb.h" +//#include "pwd_.h" +//#include "grp_.h" +//#include "shadow_.h" #ifndef _PATH_SHADOW #define _PATH_SHADOW "/etc/shadow" -- cgit v1.2.3