diff options
author | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-03-25 04:44:09 +0800 |
---|---|---|
committer | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-03-25 04:44:09 +0800 |
commit | 67278caff081fa2e2047d807023f5ebb51afa574 (patch) | |
tree | 529ed8335439cd547f4b536f089d35aa11e8caad /web/util_passwd.c | |
parent | 4670a39b82ad53300228038a48b38ec885292af1 (diff) | |
download | pttbbs-67278caff081fa2e2047d807023f5ebb51afa574.tar pttbbs-67278caff081fa2e2047d807023f5ebb51afa574.tar.gz pttbbs-67278caff081fa2e2047d807023f5ebb51afa574.tar.bz2 pttbbs-67278caff081fa2e2047d807023f5ebb51afa574.tar.lz pttbbs-67278caff081fa2e2047d807023f5ebb51afa574.tar.xz pttbbs-67278caff081fa2e2047d807023f5ebb51afa574.tar.zst pttbbs-67278caff081fa2e2047d807023f5ebb51afa574.zip |
*** empty log message ***
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@711 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
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; |