summaryrefslogtreecommitdiffstats
path: root/mbbsd/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/board.c')
-rw-r--r--mbbsd/board.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mbbsd/board.c b/mbbsd/board.c
index 0a93dde2..fb69c8f1 100644
--- a/mbbsd/board.c
+++ b/mbbsd/board.c
@@ -171,12 +171,14 @@ addnewbrdstat(int n, int state)
return ptr;
}
+#if !HOTBOARDCACHE
static int
cmpboardfriends(const void *brd, const void *tmp)
{
return ((B_BH((boardstat_t*)tmp)->nuser) -
(B_BH((boardstat_t*)brd)->nuser));
}
+#endif
static void
load_boards(char *key)