diff options
-rw-r--r-- | include/fav.h | 2 | ||||
-rw-r--r-- | pttbbs.mk | 2 |
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; @@ -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 |