skip_whitespace() shouldn't claim its return value is const, it doesn't know

that and callers wind up typecasting it back.
This commit is contained in:
Rob Landley
2006-06-18 20:20:07 +00:00
parent 14d7065ef1
commit ea224be6aa
12 changed files with 65 additions and 193 deletions

View File

@@ -17,6 +17,7 @@
*
*/
#include "libbb.h"
#include <features.h>
#include <stdio.h>
#include <stdlib.h>
@@ -27,10 +28,9 @@
#include <assert.h>
#include <ctype.h>
#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"