Sfoglia il codice sorgente

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

Guillem Jover 14 anni fa
parent
commit
02415e5b2f
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      utils/update-alternatives.c

+ 2 - 2
utils/update-alternatives.c

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