diff options
author | billf <billf@FreeBSD.org> | 1999-09-25 02:11:30 +0000 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1999-09-25 02:11:30 +0000 |
commit | 5f4efefebceff88d88de214e246e0d65b8948980 (patch) | |
tree | 9a0d30b1705d7b3646713f488d80fbf259e38bec /sbin/fdisk | |
parent | 04286a15ad172642604375f27a5fa09fd7dfdc42 (diff) | |
download | FreeBSD-src-5f4efefebceff88d88de214e246e0d65b8948980.zip FreeBSD-src-5f4efefebceff88d88de214e246e0d65b8948980.tar.gz |
Stuff a variable declaration inside a #if block that is only used for that
#if.
Diffstat (limited to 'sbin/fdisk')
-rw-r--r-- | sbin/fdisk/fdisk.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sbin/fdisk/fdisk.c b/sbin/fdisk/fdisk.c index 051bd61..cfe9818 100644 --- a/sbin/fdisk/fdisk.c +++ b/sbin/fdisk/fdisk.c @@ -731,7 +731,9 @@ read_s0() static int write_s0() { +#ifdef NOT_NOW int flag; +#endif if (iotest) { print_s0(-1); return 0; |