* Licensed under the GPL v2, see the file LICENSE in this tarball.
*/
-#include "libbb.h"
#ifdef L_bb_getgrgid
/* Hacked by Tito Ragusa (c) 2004 <farmatito@tiscali.it> to make it more
* the program exits.
*/
+#include "libbb.h"
#include "grp_.h"
/* gets a groupname given a gid */
#ifdef L_bb_xgetgrnam
#include <stdio.h>
#include <string.h>
+#include "libbb.h"
#include "pwd_.h"
#include "grp_.h"
#ifdef L_bb_xgetpwnam
#include <stdio.h>
#include <string.h>
+#include "libbb.h"
#include "pwd_.h"
#include "grp_.h"
* the program exits.
*/
+#include "libbb.h"
#include "pwd_.h"
/* gets a username given a uid */
#include <stdio.h>
#include <assert.h>
+#include "libbb.h"
/* internal function for bb_getpwuid and bb_getgrgid */
#ifdef L_get_ug_id
/* indirect dispatcher for pwd helpers. */
#include <stdlib.h>
+#include "libbb.h"
extern unsigned long get_ug_id(const char *s,
long (*__bb_getxxnam)(const char *))