pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/benchmarks/iozone



Module Name:    pkgsrc
Committed By:   mrg
Date:           Fri Aug  4 18:15:05 UTC 2017

Modified Files:
        pkgsrc/benchmarks/iozone: distinfo
Added Files:
        pkgsrc/benchmarks/iozone/patches: patch-fileop.c

Log Message:
remove a K&R-style prototype for bzero() that was being expanded
via a macro and breaking the build.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/benchmarks/iozone/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/benchmarks/iozone/patches/patch-fileop.c

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

Modified files:

Index: pkgsrc/benchmarks/iozone/distinfo
diff -u pkgsrc/benchmarks/iozone/distinfo:1.23 pkgsrc/benchmarks/iozone/distinfo:1.24
--- pkgsrc/benchmarks/iozone/distinfo:1.23      Tue Nov  3 00:25:50 2015
+++ pkgsrc/benchmarks/iozone/distinfo   Fri Aug  4 18:15:05 2017
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.23 2015/11/03 00:25:50 agc Exp $
+$NetBSD: distinfo,v 1.24 2017/08/04 18:15:05 mrg Exp $
 
 SHA1 (iozone3_430.tar) = de02b10fcde6bd60e0c805e3abfc0aed15e85ac1
 RMD160 (iozone3_430.tar) = 4b43f14268ebe3accf8cdc881c3f82430d649082
@@ -6,5 +6,6 @@ SHA512 (iozone3_430.tar) = f513c1a34bcdf
 Size (iozone3_430.tar) = 1832960 bytes
 SHA1 (patch-ab) = fdd36fead26811aa830df5fac35b79a9b62ed1f0
 SHA1 (patch-ac) = 6a02e13f3441a76709fbe8ba064555b650f9bd1c
+SHA1 (patch-fileop.c) = 792dd0e3ad9de4313d34e367ea0c01d9be319229
 SHA1 (patch-libasync.c) = 2c1bebb4423ea84329511cc7fd32d093a6063bf9
 SHA1 (patch-makefile) = 0eb68d8838141e96b08a156f59ed197407eb95e9

Added files:

Index: pkgsrc/benchmarks/iozone/patches/patch-fileop.c
diff -u /dev/null pkgsrc/benchmarks/iozone/patches/patch-fileop.c:1.1
--- /dev/null   Fri Aug  4 18:15:05 2017
+++ pkgsrc/benchmarks/iozone/patches/patch-fileop.c     Fri Aug  4 18:15:05 2017
@@ -0,0 +1,14 @@
+$NetBSD: patch-fileop.c,v 1.1 2017/08/04 18:15:05 mrg Exp $
+
+remove a macro-as-prototype failure.
+
+--- fileop.c.orig      2015-01-07 12:43:10.000000000 -0800
++++ fileop.c   2017-08-04 11:05:36.713202977 -0700
+@@ -124,7 +124,6 @@
+ void file_read(int);
+ void splash(void);
+ void usage(void);
+-void bzero();
+ void clear_stats();
+ int validate(char *, int , char );
+ 



Home | Main Index | Thread Index | Old Index