Procházet zdrojové kódy

u-a: Rename config_all() to alternative_config_all()

Guillem Jover před 14 roky
rodič
revize
02415e5b2f
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      utils/update-alternatives.c

+ 2 - 2
utils/update-alternatives.c

@@ -495,7 +495,7 @@ subcall(const char *prog, ...)
 }
 }
 
 
 static void
 static void
-config_all(void)
+alternative_config_all(void)
 {
 {
 	struct dirent **table;
 	struct dirent **table;
 	int i, count;
 	int i, count;
@@ -2607,7 +2607,7 @@ main(int argc, char **argv)
 
 
 	/* Handle actions. */
 	/* Handle actions. */
 	if (strcmp(action, "all") == 0) {
 	if (strcmp(action, "all") == 0) {
-		config_all();
+		alternative_config_all();
 		exit(0);
 		exit(0);
 	} else if (strcmp(action, "get-selections") == 0) {
 	} else if (strcmp(action, "get-selections") == 0) {
 		alternative_get_selections();
 		alternative_get_selections();