summaryrefslogtreecommitdiffstats
path: root/mbbsd/xyz.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/xyz.c')
-rw-r--r--mbbsd/xyz.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/xyz.c b/mbbsd/xyz.c
index 3cbeee41..b757392d 100644
--- a/mbbsd/xyz.c
+++ b/mbbsd/xyz.c
@@ -172,7 +172,7 @@ note()
FILE *fp, *foo;
typedef struct notedata_t {
- time_t date;
+ time4_t date;
char userid[IDLEN + 1];
char username[19];
char buf[3][80];