编译器bt了点,估计是这么改:
- const char * permstrings[] = {
+ const char * const permstrings[] = {
【 在 ipv1@smth.org-SPAM.no (我为了谁宁愿让心变成了孤岛) 的大作中提到: 】
: bash-3.00# make
: make -s all-recursive
: Making all in libsystem
: [Compiling f_cat.c]
: In file included from ../src/bbs.h:125,
: from ../src/system.h:3,
: from f_cat.c:2:
: ../src/default.h:587: conflicting types for `permstrings'
: ../src/site.h:255: previous declaration of `permstrings'
: ../src/default.h:588: conflicting types for `groups'
: ...................
--
FROM 219.224.177.115