Subject: CVS commit: pkgsrc/chat/unrealircd
To: None <pkgsrc-changes@NetBSD.org>
From: Joerg Sonnenberger <joerg@netbsd.org>
List: pkgsrc-changes
Date: 12/16/2005 15:52:03
Module Name:	pkgsrc
Committed By:	joerg
Date:		Fri Dec 16 15:52:03 UTC 2005

Modified Files:
	pkgsrc/chat/unrealircd: distinfo
Added Files:
	pkgsrc/chat/unrealircd/patches: patch-ac patch-ad patch-ae patch-af

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 pkgsrc/chat/unrealircd/distinfo
cvs rdiff -r0 -r1.1 pkgsrc/chat/unrealircd/patches/patch-ac \
    pkgsrc/chat/unrealircd/patches/patch-ad \
    pkgsrc/chat/unrealircd/patches/patch-ae \
    pkgsrc/chat/unrealircd/patches/patch-af

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.