diff options
author | Jim Meyering <jim@meyering.net> | 2001-11-11 14:24:54 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-11-11 14:24:54 +0000 |
commit | b94d49e3973191a35fcd874bfefb2b6f2297039c (patch) | |
tree | 373c793329a97d056823089b0e09946cff3dfd9a /src | |
parent | b57a53520bfd73e865d9b9e84e53b9871d7cccc3 (diff) | |
download | coreutils-b94d49e3973191a35fcd874bfefb2b6f2297039c.tar.xz |
(parse_old_offset): Declare to be static.
Diffstat (limited to 'src')
-rw-r--r-- | src/od.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1342,7 +1342,7 @@ get_lcm (void) /* If S is a valid pre-POSIX offset specification with an optional leading '+' return nonzero and set *OFFSET to the offset it denotes. */ -int +static int parse_old_offset (const char *s, uintmax_t *offset) { int radix; |