diff options
Diffstat (limited to 'web/util_passwd.c')
-rwxr-xr-x | web/util_passwd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/util_passwd.c b/web/util_passwd.c index 03e90f6c..6fa94302 100755 --- a/web/util_passwd.c +++ b/web/util_passwd.c @@ -1,4 +1,4 @@ -/* $Id: util_passwd.c,v 1.1 2002/10/18 14:43:58 ptt Exp $ */ +/* $Id: util_passwd.c,v 1.2 2003/03/24 20:44:09 ptt Exp $ */ #include <stdio.h> #include <string.h> #include <fcntl.h> @@ -36,7 +36,7 @@ static userec_t *passwd_image = NULL; static int passwd_image_size; static int semid = -1; -int passwd_mmap() { +int passwd_mmap(void) { int fd; if(passwd_image!=NULL) return 0; |