[BusyBox-cvs] busybox/libpwdgrp getpwuid.c,1.3,1.4

Erik Andersen andersen at codepoet.org
Wed Dec 11 03:40:14 UTC 2002


Update of /var/cvs/busybox/libpwdgrp
In directory winder:/tmp/cvs-serv9380/libpwdgrp

Modified Files:
	getpwuid.c 
Log Message:
Fixup header file ordering


Index: getpwuid.c
===================================================================
RCS file: /var/cvs/busybox/libpwdgrp/getpwuid.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- getpwuid.c	7 Dec 2002 23:14:40 -0000	1.3
+++ getpwuid.c	11 Dec 2002 03:40:10 -0000	1.4
@@ -22,8 +22,8 @@
 #include <unistd.h>
 #include <fcntl.h>
 
-#include "pwd_.h"
 #include "busybox.h"
+#include "pwd_.h"
 
 struct passwd *getpwuid(uid_t uid)
 {




More information about the busybox-cvs mailing list