Mud code is stock swr 1.0
In file included from comm.c:40:
/usr/include/unistd.h:1019: error: syntax error before `__const'
I get that error when I try to compile
I know someone is gonna ask for code you can goto /usr/include/unistd.h and look at the extern char crypt
there or here it is
I gues this is a pointer to a function ?
extern char *crypt (__const char *__key, __const char *__salt)
__THROW __nonnull ((1, 2));
I am deeply confused by this error
Please Help
In file included from comm.c:40:
/usr/include/unistd.h:1019: error: syntax error before `__const'
I get that error when I try to compile
I know someone is gonna ask for code you can goto /usr/include/unistd.h and look at the extern char crypt
there or here it is
I gues this is a pointer to a function ?
extern char *crypt (__const char *__key, __const char *__salt)
__THROW __nonnull ((1, 2));
I am deeply confused by this error
Please Help