summaryrefslogtreecommitdiff
path: root/src/dd.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-06-20 14:24:12 +0000
committerJim Meyering <jim@meyering.net>2004-06-20 14:24:12 +0000
commita20574f431070a2d8d8a70d4b5e1b1ed9c12aedb (patch)
tree5a48e4c355ecf41bf9a15733a6f38d73597e69e6 /src/dd.c
parent9ad2bf0af5b28bc4cc67e72e50f0f17ca0ec506a (diff)
downloadcoreutils-a20574f431070a2d8d8a70d4b5e1b1ed9c12aedb.tar.xz
(input_seek_errno): Declare file-scoped variable as static.
Diffstat (limited to 'src/dd.c')
-rw-r--r--src/dd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dd.c b/src/dd.c
index c7250aabb..a4de304bd 100644
--- a/src/dd.c
+++ b/src/dd.c
@@ -145,7 +145,7 @@ static bool input_seekable;
/* Error number corresponding to initial attempt to lseek input.
If ESPIPE, do not issue any more diagnostics about it. */
-int input_seek_errno;
+static int input_seek_errno;
/* File offset of the input, in bytes, along with a flag recording
whether it overflowed. The offset is valid only if the input is