include "busybox" after the libc includes tofix compile errors
This commit is contained in:
@@ -18,11 +18,11 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "busybox.h"
|
||||
|
||||
#include <unistd.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "busybox.h"
|
||||
#include "grp_.h"
|
||||
|
||||
/*
|
||||
|
@@ -18,13 +18,13 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "busybox.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include <string.h>
|
||||
#include <fcntl.h>
|
||||
|
||||
#include "pwd_.h"
|
||||
#include "busybox.h"
|
||||
|
||||
#define PWD_BUFFER_SIZE 256
|
||||
|
||||
|
@@ -18,12 +18,12 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "busybox.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
|
||||
#include "pwd_.h"
|
||||
#include "busybox.h"
|
||||
|
||||
struct passwd *getpwuid(uid_t uid)
|
||||
{
|
||||
|
@@ -18,14 +18,13 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "busybox.h"
|
||||
|
||||
#include <unistd.h>
|
||||
#include <stdlib.h>
|
||||
#include <errno.h>
|
||||
#include "pwd_.h"
|
||||
#include <fcntl.h>
|
||||
|
||||
#include "busybox.h"
|
||||
/*
|
||||
* setpwent(), endpwent(), and getpwent() are included in the same object
|
||||
* file, since one cannot be used without the other two, so it makes sense to
|
||||
|
@@ -33,12 +33,12 @@
|
||||
* lckpwdf ulckpwdf
|
||||
*/
|
||||
|
||||
#include "busybox.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "busybox.h"
|
||||
#include "shadow_.h"
|
||||
|
||||
static FILE *shadow;
|
||||
|
Reference in New Issue
Block a user