diff options
| author | Jim Meyering <jim@meyering.net> | 1998-12-07 03:12:10 +0000 |
|---|---|---|
| committer | Jim Meyering <jim@meyering.net> | 1998-12-07 03:12:10 +0000 |
| commit | 7d60769bead4b89a096e10bacbb503702ea6e44c (patch) | |
| tree | c03ba9bef1c0339b2f4cbe993acff983cddb2146 /lib/getversion.c | |
| parent | *** empty log message *** (diff) | |
| download | coreutils-7d60769bead4b89a096e10bacbb503702ea6e44c.tar.gz coreutils-7d60769bead4b89a096e10bacbb503702ea6e44c.zip | |
ansideclify
Diffstat (limited to 'lib/getversion.c')
| -rw-r--r-- | lib/getversion.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/getversion.c b/lib/getversion.c index 4c4ac4cf8..0f440c71c 100644 --- a/lib/getversion.c +++ b/lib/getversion.c @@ -1,5 +1,5 @@ /* getversion.c -- select backup filename type - Copyright (C) 1990 Free Software Foundation, Inc. + Copyright (C) 1990, 1998 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -46,8 +46,7 @@ static const enum backup_type backup_types[] = Unique abbreviations are accepted. */ enum backup_type -get_version (version) - char *version; +get_version (const char *version) { int i; |
