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:
@ -21,9 +21,9 @@
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include "libbb.h"
|
||||
#include "pwd.h"
|
||||
#include "grp.h"
|
||||
#include "libbb.h"
|
||||
|
||||
|
||||
/* returns a uid given a username */
|
||||
|
Reference in New Issue
Block a user