Sophie

Sophie

distrib > Mandriva > 2010.2 > i586 > media > contrib-release-src > by-pkgid > f652392aeded4590ffda519207e4a6de > files > 7

pvm-3.4.6-1mdv2010.1.src.rpm

--- console/cons.c.orig	2001-02-07 18:10:09.000000000 -0500
+++ console/cons.c	2003-01-09 10:09:51.000000000 -0500
@@ -788,7 +788,7 @@
 			last_line = (char *) NULL;
 		}
 
-		matches = completion_matches( text, command_generator );
+		matches = rl_completion_matches( text, command_generator );
 
 	}
 
@@ -797,7 +797,7 @@
 
 		if ( !last_line || strcmp( last_line, rl_line_buffer ) ) {
 
-			matches = completion_matches( text,
+			matches = rl_completion_matches( text,
 				command_help_generator );
 
 			if ( last_line ) free( last_line );