Subject: CVS commit: pkgsrc/benchmarks/bytebench
To: None <pkgsrc-changes@NetBSD.org>
From: Joerg Sonnenberger <joerg@netbsd.org>
List: pkgsrc-changes
Date: 11/07/2005 15:46:26
Module Name: pkgsrc
Committed By: joerg
Date: Mon Nov 7 15:46:26 UTC 2005
Modified Files:
pkgsrc/benchmarks/bytebench: Makefile distinfo
pkgsrc/benchmarks/bytebench/patches: patch-ag
Log Message:
Don't declare errno manually, depend on errno.h for it. While here,
fix the signal handling to use a volatile variable. Compilers can
optimise the access otherwise. Bump revision, since this is a bugfix.
Reviewed by jlam and the maintainer.
To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 pkgsrc/benchmarks/bytebench/Makefile
cvs rdiff -r1.9 -r1.10 pkgsrc/benchmarks/bytebench/distinfo
cvs rdiff -r1.1 -r1.2 pkgsrc/benchmarks/bytebench/patches/patch-ag
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.