From a20574f431070a2d8d8a70d4b5e1b1ed9c12aedb Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 20 Jun 2004 14:24:12 +0000 Subject: (input_seek_errno): Declare file-scoped variable as static. --- src/dd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dd.c') 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 -- cgit v1.2.3-54-g00ecf