aboutsummaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorJoseph Koshy <jkoshy@FreeBSD.org>2000-11-02 11:53:27 +0000
committerJoseph Koshy <jkoshy@FreeBSD.org>2000-11-02 11:53:27 +0000
commit44981116e38ceb3983d7e3b5cf4255caffc01b65 (patch)
treef8f3a2a6fff72561c766c0603207b4314c52245e /benchmarks
parentf19802cc3b7cb377c896dde30e43a21a5fbc6578 (diff)
downloadports-44981116e38ceb3983d7e3b5cf4255caffc01b65.tar.gz
ports-44981116e38ceb3983d7e3b5cf4255caffc01b65.zip
Change the default kernel name assumed by this port from "/vmunix" to
"/kernel". Reported by: Marc Emmelmann <emmelmann@fokus.gmd.de>
Notes
Notes: svn path=/head/; revision=34629
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/dbs/files/patch-ag11
1 files changed, 11 insertions, 0 deletions
diff --git a/benchmarks/dbs/files/patch-ag b/benchmarks/dbs/files/patch-ag
new file mode 100644
index 000000000000..6353e42e5946
--- /dev/null
+++ b/benchmarks/dbs/files/patch-ag
@@ -0,0 +1,11 @@
+--- src/tcp_trace.c-- Thu Nov 2 23:00:13 2000
++++ src/tcp_trace.c Thu Nov 2 23:00:33 2000
+@@ -307,7 +307,7 @@
+ #ifdef _PATH_UNIX
+ system = _PATH_UNIX;
+ #else
+- system = "/vmunix";
++ system = "/kernel";
+ #endif
+ #endif
+