diff options
Diffstat (limited to 'benchmarks/nbench/files/patch-nbench1.h')
-rw-r--r-- | benchmarks/nbench/files/patch-nbench1.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/benchmarks/nbench/files/patch-nbench1.h b/benchmarks/nbench/files/patch-nbench1.h new file mode 100644 index 000000000000..f7c039a96eb1 --- /dev/null +++ b/benchmarks/nbench/files/patch-nbench1.h @@ -0,0 +1,11 @@ +--- nbench1.h.orig Thu Dec 11 20:54:46 1997 ++++ 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=DATADIR "NNET.DAT"; + + /* + ** PROTOTYPES |