errno may not be a variable; users must include errno.h instead of

declaring it like `extern int errno'.
This commit is contained in:
Markus Armbruster 2003-12-17 21:18:12 +00:00
parent 5f3b32fd36
commit 3bf2b1b47f
8 changed files with 2 additions and 19 deletions

View file

@ -190,7 +190,6 @@ void
player_accept(void *argv)
{
extern s_char *loginport;
extern int errno;
struct sockaddr_in sin;
struct servent *sp;
int s;