diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2011-04-12 21:55:54 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2011-04-12 21:55:54 +0000 |
commit | 5c5a046700837fd100e2b143edc45039753d5ff9 (patch) | |
tree | b8f646b72a7a0e68ad107523e80cedc3f9f484d0 /databases/db2/files/patch-ac | |
parent | Mark broken in anticipation of the imminent db2 removal. (diff) |
Remove databases/db2. Rest in peace. Only casualty: devel/tcl-neo.
Diffstat (limited to 'databases/db2/files/patch-ac')
-rw-r--r-- | databases/db2/files/patch-ac | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/databases/db2/files/patch-ac b/databases/db2/files/patch-ac deleted file mode 100644 index 83873426b6ed..000000000000 --- a/databases/db2/files/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ ---- ../cxx/cxx_app.cpp.orig Wed Dec 16 14:53:47 1998 -+++ ../cxx/cxx_app.cpp Sat Sep 14 14:50:30 2002 -@@ -125,7 +125,7 @@ - // db_env triggered the call. A user that has multiple DB_ENVs - // will simply not be able to have different streams for each one. - // --void DbEnv::set_error_stream(class ostream *stream) -+void DbEnv::set_error_stream(ostream *stream) - { - error_stream_ = stream; - |