Fix for broken handling off BusyBox's own pwd/grp implementations
[Parts of this patch may overlap with my other two patches]
This commit is contained in:
@ -16,9 +16,9 @@
|
||||
#include <sys/stat.h>
|
||||
#include <dirent.h>
|
||||
#include <unistd.h>
|
||||
#include "pwd.h"
|
||||
|
||||
#include "busybox.h"
|
||||
#include "pwd.h"
|
||||
|
||||
static int start = 0;
|
||||
static int stop = 0;
|
||||
|
Reference in New Issue
Block a user