summaryrefslogtreecommitdiff
path: root/src/ln.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-04-27 16:36:03 +0000
committerJim Meyering <jim@meyering.net>2004-04-27 16:36:03 +0000
commit72e9f1ce4b21684c85a885500c207bd4312f02b7 (patch)
tree6910a20424469f52442281a67e67f6052699cce3 /src/ln.c
parentec38270d8e57e490e12e2574748f21e9529bf829 (diff)
downloadcoreutils-72e9f1ce4b21684c85a885500c207bd4312f02b7.tar.xz
(backup_type): Declare `static'.
Diffstat (limited to 'src/ln.c')
-rw-r--r--src/ln.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ln.c b/src/ln.c
index 253530d17..a1f3b285c 100644
--- 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'. */