pkgsrc/chat/unrealircd
joerg 6d45e7e377 I love code like this:
extern int errno; /* some systems don't have this in errno.h */

after the following in a central header:

#ifndef _WIN32
#include <sys/errno.h>
#else
#include <errno.h>
#endif

Sure, e.g. NetBSD doesn't define errno in sys/errno.h, but why should it?
So, let's just fix this.
2005-12-16 15:52:03 +00:00
..
files
patches I love code like this: 2005-12-16 15:52:03 +00:00
DESCR
distinfo I love code like this: 2005-12-16 15:52:03 +00:00
Makefile Fix MASTER_SITES typo and add in a few more mirrors 2005-12-08 10:07:46 +00:00
MESSAGE
MESSAGE.inet6
options.mk Ran "pkglint --autofix", which corrected some of the quoting issues in 2005-12-05 23:55:01 +00:00
PLIST