projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e885d53
)
declare const for fun
author
Mike Frysinger
<vapier@gentoo.org>
Sun, 8 Jan 2006 11:15:53 +0000
(11:15 -0000)
committer
Mike Frysinger
<vapier@gentoo.org>
Sun, 8 Jan 2006 11:15:53 +0000
(11:15 -0000)
loginutils/passwd.c
patch
|
blob
|
history
diff --git
a/loginutils/passwd.c
b/loginutils/passwd.c
index b60b8973ec79c216fd71d72a21c2e9894d0fd51d..d18cc1e124e5e4dd36d64c94f878229c8ac564f1 100644
(file)
--- a/
loginutils/passwd.c
+++ b/
loginutils/passwd.c
@@
-31,7
+31,7
@@
static int get_algo(char *a)
}
-static int update_passwd(const struct passwd *pw, char *crypt_pw)
+static int update_passwd(const struct passwd *pw, c
onst c
har *crypt_pw)
{
char filename[1024];
char buf[1025];