From: Jim Meyering Date: Tue, 27 Apr 2004 16:36:03 +0000 (+0000) Subject: (backup_type): Declare `static'. X-Git-Tag: v5.3.0~1658 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=72e9f1ce4b21684c85a885500c207bd4312f02b7;p=thirdparty%2Fcoreutils.git (backup_type): Declare `static'. --- diff --git a/src/ln.c b/src/ln.c index 253530d170..a1f3b285c2 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'. */