Subject: CVS commit: pkgsrc/security/AiSSLtelnet
To: None <pkgsrc-changes@NetBSD.org>
From: Takahiro Kambe <taca@netbsd.org>
List: pkgsrc-changes
Date: 03/25/2004 15:23:40
Module Name:	pkgsrc
Committed By:	taca
Date:		Thu Mar 25 15:23:40 UTC 2004

Modified Files:
	pkgsrc/security/AiSSLtelnet: distinfo
Added Files:
	pkgsrc/security/AiSSLtelnet/patches: patch-ab patch-ac patch-ad
	    patch-ae patch-af patch-ag

Log Message:
Fix compile problem under gcc 3.3.3.
- use <stdarg.h> instead of <varargs.h>
- don't declare errno assuming nicluding <errno.h> is sufficient.
- check strerror(3) and don't use own alternative one.


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 pkgsrc/security/AiSSLtelnet/distinfo
cvs rdiff -r0 -r1.1 pkgsrc/security/AiSSLtelnet/patches/patch-ab \
    pkgsrc/security/AiSSLtelnet/patches/patch-ac \
    pkgsrc/security/AiSSLtelnet/patches/patch-ad \
    pkgsrc/security/AiSSLtelnet/patches/patch-ae \
    pkgsrc/security/AiSSLtelnet/patches/patch-af \
    pkgsrc/security/AiSSLtelnet/patches/patch-ag

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