svn commit: trunk/busybox/loginutils

vapier at busybox.net vapier at busybox.net
Sun Jan 8 11:15:55 UTC 2006


Author: vapier
Date: 2006-01-08 03:15:53 -0800 (Sun, 08 Jan 2006)
New Revision: 13162

Log:
declare const for fun

Modified:
   trunk/busybox/loginutils/passwd.c


Changeset:
Modified: trunk/busybox/loginutils/passwd.c
===================================================================
--- trunk/busybox/loginutils/passwd.c	2006-01-08 11:15:34 UTC (rev 13161)
+++ trunk/busybox/loginutils/passwd.c	2006-01-08 11:15:53 UTC (rev 13162)
@@ -31,7 +31,7 @@
 }
 
 
-static int update_passwd(const struct passwd *pw, char *crypt_pw)
+static int update_passwd(const struct passwd *pw, const char *crypt_pw)
 {
 	char filename[1024];
 	char buf[1025];




More information about the busybox-cvs mailing list