summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/fav.h2
-rw-r--r--pttbbs.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/fav.h b/include/fav.h
index 418f4062..fc719c71 100644
--- a/include/fav.h
+++ b/include/fav.h
@@ -46,7 +46,7 @@ typedef struct {
typedef struct {
short bid;
- time4_t lastvisit;
+ time4_t lastvisit;
char attr;
} fav_board_t;
diff --git a/pttbbs.mk b/pttbbs.mk
index d94c3480..2b127864 100644
--- a/pttbbs.mk
+++ b/pttbbs.mk
@@ -12,7 +12,7 @@ CC= gcc
CCACHE!= which ccache|sed -e 's/^.*\///'
PTT_CFLAGS= -Wall -pipe -DBBSHOME='"$(BBSHOME)"' -I../include
PTT_LDFLAGS= -pipe -Wall -L/usr/local/lib
-PTT_LIBS= -lcrypt # -lhz
+PTT_LIBS= -lcrypt -lhz
# enable assert()
#PTT_CFLAGS+= -DNDEBUG