diff options
author | Jim Meyering <jim@meyering.net> | 2004-04-27 16:36:03 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-04-27 16:36:03 +0000 |
commit | 72e9f1ce4b21684c85a885500c207bd4312f02b7 (patch) | |
tree | 6910a20424469f52442281a67e67f6052699cce3 | |
parent | ec38270d8e57e490e12e2574748f21e9529bf829 (diff) | |
download | coreutils-72e9f1ce4b21684c85a885500c207bd4312f02b7.tar.xz |
(backup_type): Declare `static'.
-rw-r--r-- | src/ln.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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'. */ |