From 155b3632c418a8a7c25fc9fb4c2dbe684b0aa29f Mon Sep 17 00:00:00 2001 From: victor Date: Mon, 14 Feb 2005 08:35:54 +0000 Subject: commit local change of {read,write}_favrec, which solved the problem of pointer size in 32 and 64-bit arch git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2509 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/fav.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/fav.h') diff --git a/include/fav.h b/include/fav.h index 2604aae6..418f4062 100644 --- a/include/fav.h +++ b/include/fav.h @@ -46,7 +46,7 @@ typedef struct { typedef struct { short bid; - time_t lastvisit; + time4_t lastvisit; char attr; } fav_board_t; -- cgit v1.2.3