diff options
author | Karel Zak <kzak@redhat.com> | 2006-12-07 00:25:44 +0100 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2006-12-07 00:25:44 +0100 |
commit | 66ee8158b69525e12060ef558cb5d77feadab1dc (patch) | |
tree | 08b30f2d07df9213f5647bc6f60b5090a263ef43 /disk-utils/raw.c | |
parent | 22853e4a82c6ef7b336527529acb94b14a0b0fd8 (diff) | |
download | util-linux-old-66ee8158b69525e12060ef558cb5d77feadab1dc.tar.gz |
Imported from util-linux-2.10s tarball.
Diffstat (limited to 'disk-utils/raw.c')
-rw-r--r-- | disk-utils/raw.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/disk-utils/raw.c b/disk-utils/raw.c index 54e1008c..4fc5e247 100644 --- a/disk-utils/raw.c +++ b/disk-utils/raw.c @@ -161,6 +161,7 @@ int main(int argc, char *argv[]) break; default: + block_major = block_minor = 0; /* just to keep gcc happy */ usage(1); } |