projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
976a55e
)
Patch from Arthur Othieno to fix a compiler warning
author
Eric Andersen
<andersen@codepoet.org>
Wed, 22 Oct 2003 10:26:38 +0000
(10:26 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Wed, 22 Oct 2003 10:26:38 +0000
(10:26 -0000)
libbb/get_ug_id.c
patch
|
blob
|
history
diff --git
a/libbb/get_ug_id.c
b/libbb/get_ug_id.c
index 24ed136f8e0b6972e25a47735f899f87cd571dbc..b0b9b2e53b660fc4893aba3b7e2e1d8ddc798588 100644
(file)
--- a/
libbb/get_ug_id.c
+++ b/
libbb/get_ug_id.c
@@
-14,6
+14,8
@@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
+#include <stdlib.h>
+
extern unsigned long get_ug_id(const char *s, long (*my_getxxnam)(const char *))
{
unsigned long r;