[BusyBox-cvs] busybox/libbb get_ug_id.c,1.1,1.2

Erik Andersen andersen at busybox.net
Wed Oct 22 10:26:42 UTC 2003


Update of /var/cvs/busybox/libbb
In directory winder:/tmp/cvs-serv11679/libbb

Modified Files:
	get_ug_id.c 
Log Message:
Patch from Arthur Othieno to fix a compiler warning


Index: get_ug_id.c
===================================================================
RCS file: /var/cvs/busybox/libbb/get_ug_id.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- get_ug_id.c	24 Sep 2003 03:22:57 -0000	1.1
+++ get_ug_id.c	22 Oct 2003 10:26:38 -0000	1.2
@@ -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;




More information about the busybox-cvs mailing list