]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(backup_type): Declare `static'.
authorJim Meyering <jim@meyering.net>
Tue, 27 Apr 2004 16:36:03 +0000 (16:36 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 27 Apr 2004 16:36:03 +0000 (16:36 +0000)
src/ln.c

index 253530d1704a9efc219e4c646a9896cc4e41fc1c..a1f3b285c2607bc5ae4f55197f0e1caa6db940c0 100644 (file)
--- a/src/ln.c
+++ b/src/ln.c
@@ -93,7 +93,7 @@ int yesno ();
 char *program_name;
 
 /* FIXME: document */
-enum backup_type backup_type;
+static enum backup_type backup_type;
 
 /* A pointer to the function used to make links.  This will point to either
    `link' or `symlink'. */