diff options
author | marcus <marcus@FreeBSD.org> | 2002-07-27 17:19:05 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-07-27 17:19:05 +0000 |
commit | 4c8639253668ed371ef5786e73719a478962d9ae (patch) | |
tree | 3a1b31b902524d2f23cab35a22d9424ac91f9aa2 /databases | |
parent | 63733177bc083a937f1e319c90d6374174729ba1 (diff) | |
download | FreeBSD-ports-4c8639253668ed371ef5786e73719a478962d9ae.zip FreeBSD-ports-4c8639253668ed371ef5786e73719a478962d9ae.tar.gz |
cvs add a patch missing from the last commit.
Reported by: Daniel Mueller <mue.da@gmx.de>
Diffstat (limited to 'databases')
-rw-r--r-- | databases/libgda2/files/patch-tools_gda-config-tool.c | 11 | ||||
-rw-r--r-- | databases/libgda3/files/patch-tools_gda-config-tool.c | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/databases/libgda2/files/patch-tools_gda-config-tool.c b/databases/libgda2/files/patch-tools_gda-config-tool.c new file mode 100644 index 0000000..226aeee --- /dev/null +++ b/databases/libgda2/files/patch-tools_gda-config-tool.c @@ -0,0 +1,11 @@ +--- tools/gda-config-tool.c.orig Fri Jul 26 16:19:17 2002 ++++ tools/gda-config-tool.c Fri Jul 26 16:18:47 2002 +@@ -1136,7 +1136,7 @@ + static char ** + completion_func (const gchar *text, int start, int end) + { +- return ((start == 0) ? rl_completion_matches (text, cmd_generator) : ++ return ((start == 0) ? completion_matches (text, cmd_generator) : + NULL); + } + diff --git a/databases/libgda3/files/patch-tools_gda-config-tool.c b/databases/libgda3/files/patch-tools_gda-config-tool.c new file mode 100644 index 0000000..226aeee --- /dev/null +++ b/databases/libgda3/files/patch-tools_gda-config-tool.c @@ -0,0 +1,11 @@ +--- tools/gda-config-tool.c.orig Fri Jul 26 16:19:17 2002 ++++ tools/gda-config-tool.c Fri Jul 26 16:18:47 2002 +@@ -1136,7 +1136,7 @@ + static char ** + completion_func (const gchar *text, int start, int end) + { +- return ((start == 0) ? rl_completion_matches (text, cmd_generator) : ++ return ((start == 0) ? completion_matches (text, cmd_generator) : + NULL); + } + |