diff options
author | mat <mat@FreeBSD.org> | 2016-07-27 23:09:11 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-07-27 23:09:11 +0800 |
commit | 74f1c9995b2549419408c8cf76a7a9d323b97c03 (patch) | |
tree | 0574ce9eee45d627f943b80b2445882a762b52af /benchmarks/iorate | |
parent | 7a5b7946f3234363680fa169a554250dc5525a55 (diff) | |
download | freebsd-ports-gnome-74f1c9995b2549419408c8cf76a7a9d323b97c03.tar.gz freebsd-ports-gnome-74f1c9995b2549419408c8cf76a7a9d323b97c03.tar.zst freebsd-ports-gnome-74f1c9995b2549419408c8cf76a7a9d323b97c03.zip |
Cleanup patches, category benchmarks
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'benchmarks/iorate')
-rw-r--r-- | benchmarks/iorate/files/patch-ior__mach.c (renamed from benchmarks/iorate/files/patch-ior_mach.c) | 12 | ||||
-rw-r--r-- | benchmarks/iorate/files/patch-ior__mach.h (renamed from benchmarks/iorate/files/patch-ior_mach.h) | 4 |
2 files changed, 8 insertions, 8 deletions
diff --git a/benchmarks/iorate/files/patch-ior_mach.c b/benchmarks/iorate/files/patch-ior__mach.c index 3e4e17e7dd6b..c8ea84dd82b7 100644 --- a/benchmarks/iorate/files/patch-ior_mach.c +++ b/benchmarks/iorate/files/patch-ior__mach.c @@ -1,6 +1,6 @@ ---- ior_mach.c_orig 2013-01-27 02:03:38.000000000 +0200 -+++ ior_mach.c 2013-01-27 04:52:47.000000000 +0200 -@@ -411,6 +411,10 @@ +--- ior_mach.c.orig 2011-11-03 15:27:58 UTC ++++ ior_mach.c +@@ -411,6 +411,10 @@ int ior_dev_lock( ior_config *cfg, long }; #else @@ -11,7 +11,7 @@ #ifdef IOR_LARGE_FILES #define IOR_SET_LOCK_FLAG F_SETLK64 struct flock64 d_lock; /* lock command to run */ -@@ -418,6 +422,7 @@ +@@ -418,6 +422,7 @@ int ior_dev_lock( ior_config *cfg, long #define IOR_SET_LOCK_FLAG F_SETLK struct flock d_lock; /* lock command to run */ #endif @@ -19,7 +19,7 @@ result = 0; /* all OK so far */ -@@ -486,6 +491,10 @@ +@@ -486,6 +491,10 @@ int ior_dev_unlock( ior_config *cfg, lon }; #else @@ -30,7 +30,7 @@ #ifdef IOR_LARGE_FILES #define IOR_SET_LOCK_FLAG F_SETLK64 struct flock64 d_lock; /* lock command to run */ -@@ -493,6 +502,7 @@ +@@ -493,6 +502,7 @@ int ior_dev_unlock( ior_config *cfg, lon #define IOR_SET_LOCK_FLAG F_SETLK struct flock d_lock; /* lock command to run */ #endif diff --git a/benchmarks/iorate/files/patch-ior_mach.h b/benchmarks/iorate/files/patch-ior__mach.h index 4d1f0cd73cff..426e44ce2d02 100644 --- a/benchmarks/iorate/files/patch-ior_mach.h +++ b/benchmarks/iorate/files/patch-ior__mach.h @@ -1,5 +1,5 @@ ---- ior_mach.h_orig 2013-01-27 01:03:32.000000000 +0200 -+++ ior_mach.h 2013-01-27 01:53:51.000000000 +0200 +--- ior_mach.h.orig 2011-11-03 15:50:06 UTC ++++ ior_mach.h @@ -142,7 +142,6 @@ #define IOR_MAX_SEEK (HUGE)(4398046511104LL) /* 4 TB */ #endif |