[nos-bbs] Raspberry Pi & JNOS Compile error
Maiko Langelaar
maiko at pcs.mb.ca
Thu Jun 9 07:40:10 EDT 2016
> gcc -DUNIX -g3 -DDEBUG -Wall -c -o tcpcmd.o tcpcmd.c
> tcpcmd.c: In function ‘doaccesslist’:
> tcpcmd.c:1003:12: error: ‘struct rtaccess’ has no member named ‘age’
> if (tpacc->age != -1)
You need to define the following in config.h :
#define TCPACCESS_EXPIRY
but this is really my fault, I did not enclose the 'age' check in that
particular directive, I'll make sure to fix it.
Maiko
More information about the nos-bbs
mailing list