Subject: CVS commit: pkgsrc/doc
To: None <pkgsrc-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 02/05/2003 05:58:10
Module Name:	pkgsrc
Committed By:	jlam
Date:		Wed Feb  5 03:58:10 UTC 2003

Modified Files:
	pkgsrc/doc: CHANGES

Log Message:
Bump PKGREVISION of textproc/expat to 1: fix an obvious C bug where types
should be declared/defined before they are used.  This should fix errors
of the form:

.../expat.h:657: use of enum `XML_Status' without previous declaration
.../expat.h:736: multiple definition of `enum XML_Status'


To generate a diff of this commit:
cvs rdiff -r1.1318 -r1.1319 pkgsrc/doc/CHANGES

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