I am getting
Modules/config.c:39: error: expected declaration specifiers or '...'
before numeric constant
because of
extern void initsocket(2)(v oid);
in config.c
What is this? How do I fix it?
Mathew
Modules/config.c:39: error: expected declaration specifiers or '...'
before numeric constant
because of
extern void initsocket(2)(v oid);
in config.c
What is this? How do I fix it?
Mathew
Comment