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

Glenn McGrath bug1 at busybox.net
Sun Dec 8 11:47:55 UTC 2002


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

Modified Files:
	pwent.c 
Log Message:
Change #include order to fix warning


Index: pwent.c
===================================================================
RCS file: /var/cvs/busybox/libpwdgrp/pwent.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- pwent.c	7 Dec 2002 23:14:40 -0000	1.3
+++ pwent.c	8 Dec 2002 11:47:52 -0000	1.4
@@ -21,10 +21,11 @@
 #include <unistd.h>
 #include <stdlib.h>
 #include <errno.h>
-#include "pwd_.h"
 #include <fcntl.h>
 
 #include "busybox.h"
+#include "pwd_.h"
+
 /*
  * setpwent(), endpwent(), and getpwent() are included in the same object
  * file, since one cannot be used without the other two, so it makes sense to




More information about the busybox-cvs mailing list