diff options
| author | Bill Fumerola <billf@FreeBSD.org> | 1999-09-25 02:11:30 +0000 |
|---|---|---|
| committer | Bill Fumerola <billf@FreeBSD.org> | 1999-09-25 02:11:30 +0000 |
| commit | cefdc4ef10f85d56d75b86a631df61a3bbb20223 (patch) | |
| tree | 7a22cb854e3403eb6f11d2629a2d677b50d8f96c | |
| parent | e9eda3a1e970edf5b4a516099fc8be3b059cdc39 (diff) | |
Notes
| -rw-r--r-- | sbin/fdisk/fdisk.c | 2 | ||||
| -rw-r--r-- | sbin/i386/fdisk/fdisk.c | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/sbin/fdisk/fdisk.c b/sbin/fdisk/fdisk.c index 051bd61e08f4..cfe981893d51 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; diff --git a/sbin/i386/fdisk/fdisk.c b/sbin/i386/fdisk/fdisk.c index 051bd61e08f4..cfe981893d51 100644 --- a/sbin/i386/fdisk/fdisk.c +++ b/sbin/i386/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; |
