diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2008-01-18 17:47:36 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2008-01-18 17:47:36 +0800 |
commit | b7bba29130f01b78922ff4d8f71fc93646a0dbdb (patch) | |
tree | 996d4644f4d4c3d303b41c38f0bd286ff139997c | |
parent | de1db06299491eb2354ae7fb032b5ee904ee66de (diff) | |
download | pttbbs-b7bba29130f01b78922ff4d8f71fc93646a0dbdb.tar pttbbs-b7bba29130f01b78922ff4d8f71fc93646a0dbdb.tar.gz pttbbs-b7bba29130f01b78922ff4d8f71fc93646a0dbdb.tar.bz2 pttbbs-b7bba29130f01b78922ff4d8f71fc93646a0dbdb.tar.lz pttbbs-b7bba29130f01b78922ff4d8f71fc93646a0dbdb.tar.xz pttbbs-b7bba29130f01b78922ff4d8f71fc93646a0dbdb.tar.zst pttbbs-b7bba29130f01b78922ff4d8f71fc93646a0dbdb.zip |
- fix compile error (reported on watch@PttBug/ptt2)
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3841 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r-- | mbbsd/record.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mbbsd/record.c b/mbbsd/record.c index 17811fb8..65c139cd 100644 --- a/mbbsd/record.c +++ b/mbbsd/record.c @@ -627,6 +627,7 @@ append_record_forward(char *fpath, fileheader_t * record, int size, const char * return 0; } +#ifndef _BBS_UTIL_C_ void setaidfile(char *buf, const char *bn, aidu_t aidu) { @@ -662,3 +663,4 @@ setaidfile(char *buf, const char *bn, aidu_t aidu) } close(fd); } +#endif |