aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/ubench/files/patch-ac
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-06-06 13:36:39 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-06-06 13:36:39 +0000
commit539331c4d9e500b1772f05cbaf01d83bcbe60db6 (patch)
tree4b7f4a6c26b9876a1173be958fa24ea5720a0ada /benchmarks/ubench/files/patch-ac
parenta15cbc06b0bcda4b360e7ee70bb837a7513b9dc0 (diff)
Initial import of ubench - yet another *nix benchmarking utility.
PR: 19049 Submitted by: Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
Diffstat (limited to 'benchmarks/ubench/files/patch-ac')
-rw-r--r--benchmarks/ubench/files/patch-ac11
1 files changed, 11 insertions, 0 deletions
diff --git a/benchmarks/ubench/files/patch-ac b/benchmarks/ubench/files/patch-ac
new file mode 100644
index 000000000000..f625642fe9cf
--- /dev/null
+++ b/benchmarks/ubench/files/patch-ac
@@ -0,0 +1,11 @@
+--- membench.c.orig Tue Jun 6 14:33:33 2000
++++ membench.c Tue Jun 6 14:34:29 2000
+@@ -41,7 +41,7 @@
+ #define sys_errlist _sys_errlist
+ #endif
+
+-#ifdef SunOS
++#if defined SunOS || defined FreeBSD
+ extern sigjmp_buf env;
+ #else
+ extern jmp_buf env;