diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-07-27 17:19:05 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-07-27 17:19:05 +0000 |
commit | 6aae8c9ea40ffe0e345d19a48e80f4b01c5ad1f5 (patch) | |
tree | 1ac7bdb7a4a2e03c1af7bb312f7d3a1039b2eb06 /databases | |
parent | 9440bdd7a2546f1db2c5ef587897bb2c90bd6162 (diff) | |
download | ports-6aae8c9ea40ffe0e345d19a48e80f4b01c5ad1f5.tar.gz ports-6aae8c9ea40ffe0e345d19a48e80f4b01c5ad1f5.zip |
Notes
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 000000000000..226aeeee7f3b --- /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 000000000000..226aeeee7f3b --- /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); + } + |