Subject: CVS commit: pkgsrc/sysutils/fam
To: None <pkgsrc-changes@NetBSD.org>
From: Min Sik Kim <minskim@netbsd.org>
List: pkgsrc-changes
Date: 03/21/2004 07:35:17
Module Name:	pkgsrc
Committed By:	minskim
Date:		Sun Mar 21 07:35:17 UTC 2004

Modified Files:
	pkgsrc/sysutils/fam: distinfo
	pkgsrc/sysutils/fam/patches: patch-ax

Log Message:
The configure script defines HAVE_STATVFS as 0 on non-IRIX platforms,
regardless of the result of sys/statvfs.h availability test.  It
results in two definitions of HAVE_STATVFS in confdefs.h.  Check the
availability of sys/statvfs.h only on IRIX platforms to ensure that
HAVE_STATVFS is defined at most once.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 pkgsrc/sysutils/fam/distinfo
cvs rdiff -r1.3 -r1.4 pkgsrc/sysutils/fam/patches/patch-ax

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