diff options
author | Stefan Eßer <se@FreeBSD.org> | 1999-12-30 17:18:22 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 1999-12-30 17:18:22 +0000 |
commit | c50b317dcd4ac735221282ce3884b194f42cc767 (patch) | |
tree | b1962977b3674fa46e7de3bd0ce9802f081aa7a5 /benchmarks/bonnie/files/patch-ac | |
parent | Active popt and logrotate (diff) |
Prevent overflow of "size" for file sizes of 2048MB and more (PR 11430).
While I'm here:
- Make a error message start on a new line.
- Move installation into port Makefile.
- Split patch-aa in two (add -ac), it modified two files.
- Close file descriptor 0 in seeker processes.
PR: 11430
Diffstat (limited to 'benchmarks/bonnie/files/patch-ac')
-rw-r--r-- | benchmarks/bonnie/files/patch-ac | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/benchmarks/bonnie/files/patch-ac b/benchmarks/bonnie/files/patch-ac new file mode 100644 index 000000000000..f2822459473a --- /dev/null +++ b/benchmarks/bonnie/files/patch-ac @@ -0,0 +1,8 @@ +--- Makefile~ Wed Aug 21 17:19:11 1991 ++++ Makefile Thu Dec 30 17:22:01 1999 +@@ -1,5 +1,4 @@ + + CC = cc +-CFLAGS = -O2 + + all: Bonnie |