diff options
Diffstat (limited to 'benchmarks/nbench/files')
-rw-r--r-- | benchmarks/nbench/files/patch-aa | 11 | ||||
-rw-r--r-- | benchmarks/nbench/files/patch-ab | 17 |
2 files changed, 28 insertions, 0 deletions
diff --git a/benchmarks/nbench/files/patch-aa b/benchmarks/nbench/files/patch-aa new file mode 100644 index 000000000000..e065dcf4b2c4 --- /dev/null +++ b/benchmarks/nbench/files/patch-aa @@ -0,0 +1,11 @@ +--- nbench1.h Thu Dec 11 20:54:46 1997 ++++ /home/andy/tmp/wrk/nbench1.h Wed Dec 17 08:28:11 1997 +@@ -352,7 +352,7 @@ + ** The Neural Net test requires an input data file. + ** The name is specified here. + */ +-char *inpath="NNET.DAT"; ++char *inpath="/usr/local/share/nbench/NNET.DAT"; + + /* + ** PROTOTYPES diff --git a/benchmarks/nbench/files/patch-ab b/benchmarks/nbench/files/patch-ab new file mode 100644 index 000000000000..41cd28c1b01c --- /dev/null +++ b/benchmarks/nbench/files/patch-ab @@ -0,0 +1,17 @@ +--- sysinfo.sh Thu Dec 11 20:54:46 1997 ++++ /home/andy/tmp/wrk/sysinfo.sh Wed Dec 17 08:30:28 1997 +@@ -50,8 +50,8 @@ + + # this bombs out on Ultrix which expect "cut -d" + +-compsystem=`uname -a | cut -b 1-78` +-compdate=`date|cut -b1-55` ++compsystem=`uname -a | cut -f 1-78` ++compdate=`date | cut -f 1-55` + + # let's hope that ctrl-c is not part of any string here + # this also will barf later if " is in any of the strings +@@ -60,4 +60,4 @@ + sed -e "s%CCVERSION%$gccversion" -e "s%LIBCVERSION%$libcversion"\ + -e "s%SYSTEM%$compsystem" -e "s%DATE%$compdate"\ + ${i}.template > $i |