diff options
| author | Alfred Perlstein <alfred@FreeBSD.org> | 2002-02-05 18:27:06 +0000 |
|---|---|---|
| committer | Alfred Perlstein <alfred@FreeBSD.org> | 2002-02-05 18:27:06 +0000 |
| commit | 2ed07f34d6540e59329259692dba1b59bd81ded0 (patch) | |
| tree | 7a3def65e391c5be92cee6c3824afc47a3ee542f | |
| parent | 09d50db3f91f1f88b50965498c1e6d445f07911d (diff) | |
Notes
| -rw-r--r-- | usr.sbin/rpc.yppasswdd/pw_util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/rpc.yppasswdd/pw_util.c b/usr.sbin/rpc.yppasswdd/pw_util.c index 9e59074c3f61..e4eebacc161a 100644 --- a/usr.sbin/rpc.yppasswdd/pw_util.c +++ b/usr.sbin/rpc.yppasswdd/pw_util.c @@ -143,7 +143,7 @@ pw_tmp() int pw_mkdb(username) -const char *username; + const char *username; { yp_error("rebuilding the database..."); |
