diff options
author | Florian Smeets <flo@FreeBSD.org> | 2013-04-26 19:52:01 +0000 |
---|---|---|
committer | Florian Smeets <flo@FreeBSD.org> | 2013-04-26 19:52:01 +0000 |
commit | b5d5bc418626d4ed14a030bc462ea7ccaecc287f (patch) | |
tree | 0f9a48f6db151853e1f2814b72bea8abf0a5d4fc /databases/mysql41-server/files/patch-ndb::src::mgmclient::main.cpp | |
parent | New port: sysutils/racktables: (diff) |
Remove MySQL 4.1, it has been unsupported upstream for almost 3.5 years.
Approved by: ale
Notes
Notes:
svn path=/head/; revision=316631
Diffstat (limited to 'databases/mysql41-server/files/patch-ndb::src::mgmclient::main.cpp')
-rw-r--r-- | databases/mysql41-server/files/patch-ndb::src::mgmclient::main.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/databases/mysql41-server/files/patch-ndb::src::mgmclient::main.cpp b/databases/mysql41-server/files/patch-ndb::src::mgmclient::main.cpp deleted file mode 100644 index ef1f6711f469..000000000000 --- a/databases/mysql41-server/files/patch-ndb::src::mgmclient::main.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- ndb/src/mgmclient/main.cpp.orig Mon Jan 10 15:36:57 2005 -+++ ndb/src/mgmclient/main.cpp Mon Jan 10 15:37:26 2005 -@@ -122,7 +122,7 @@ - } - #ifdef HAVE_READLINE - /* Get a line from the user. */ -- line_read = readline (prompt); -+ line_read = readline ((char *)prompt); - /* If the line has any text in it, save it on the history. */ - if (line_read && *line_read) - add_history (line_read); |