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-aa | |
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-aa')
-rw-r--r-- | benchmarks/bonnie/files/patch-aa | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/benchmarks/bonnie/files/patch-aa b/benchmarks/bonnie/files/patch-aa index 7d4e7e90089e..bf6c442a985a 100644 --- a/benchmarks/bonnie/files/patch-aa +++ b/benchmarks/bonnie/files/patch-aa @@ -1,27 +1,3 @@ -diff -C2 Makefile~ Makefile -*** Makefile~ Wed Aug 21 17:19:11 1991 ---- Makefile Thu May 18 20:27:19 1995 -*************** -*** 1,7 **** - -! CC = cc -! CFLAGS = -O2 - -! all: Bonnie -! -! Bonnie: ---- 1,10 ---- -+ all: bonnie - -! bonnie: -! $(CC) $(CFLAGS) -static -o bonnie Bonnie.c - -! install: -! -@mkdir -p ${PREFIX}/bin -! -@mkdir -p ${PREFIX}/man/man1 -! ${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} bonnie ${PREFIX}/bin -! ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 644 bonnie.1 ${PREFIX}/man/man1 -diff -C2 /dev/null bonnie.1 *** /dev/null Thu May 18 20:25:21 1995 --- bonnie.1 Thu May 18 20:26:47 1995 *************** |