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

Manuel Novoa III mjn3 at busybox.net
Wed Mar 19 09:13:20 UTC 2003


Update of /var/cvs/busybox/libpwdgrp
In directory winder:/home/mjn3/work/busybox/libpwdgrp

Modified Files:
	shadow.c 
Log Message:
Major coreutils update.


Index: shadow.c
===================================================================
RCS file: /var/cvs/busybox/libpwdgrp/shadow.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- shadow.c	7 Dec 2002 23:14:40 -0000	1.3
+++ shadow.c	19 Mar 2003 09:12:14 -0000	1.4
@@ -55,7 +55,7 @@
 		rewind(shadow);
 	} else {
 		if ((shadow = fopen("/etc/shadow", "r")) == NULL)
-			perror_msg_and_die("/etc/shadow");
+			bb_perror_msg_and_die("/etc/shadow");
 	}
 }
 




More information about the busybox-cvs mailing list