[uClibc-cvs] uClibc/libc/pwd_grp __getpwent_r.c,1.5,1.6

Manuel Novoa III mjn3 at uclibc.org
Fri Oct 31 23:50:28 UTC 2003


Update of /var/cvs/uClibc/libc/pwd_grp
In directory winder:/tmp/cvs-serv12965

Modified Files:
	__getpwent_r.c 
Log Message:
Fix Erik's typo.


Index: __getpwent_r.c
===================================================================
RCS file: /var/cvs/uClibc/libc/pwd_grp/__getpwent_r.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- __getpwent_r.c	31 Oct 2003 20:17:01 -0000	1.5
+++ __getpwent_r.c	31 Oct 2003 23:50:25 -0000	1.6
@@ -47,7 +47,7 @@
 		return ERANGE;
 	}
 
-	if (pw_fd == -1)
+	if (pwd_fd == -1)
 		setpwent();
 
 	/* We use the restart label to handle malformatted lines */




More information about the uClibc-cvs mailing list