diff options
Diffstat (limited to 'e2fsprogs/ext2fs/flushb.c')
-rw-r--r-- | e2fsprogs/ext2fs/flushb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/e2fsprogs/ext2fs/flushb.c b/e2fsprogs/ext2fs/flushb.c index 9f04647ec..af7216a91 100644 --- a/e2fsprogs/ext2fs/flushb.c +++ b/e2fsprogs/ext2fs/flushb.c | |||
@@ -67,14 +67,14 @@ errcode_t ext2fs_sync_device(int fd, int flushb) | |||
67 | return 0; | 67 | return 0; |
68 | #else | 68 | #else |
69 | #ifdef __GNUC__ | 69 | #ifdef __GNUC__ |
70 | #warning BLKFLSBUF not defined | 70 | # warning BLKFLSBUF not defined |
71 | #endif /* __GNUC__ */ | 71 | #endif /* __GNUC__ */ |
72 | #endif | 72 | #endif |
73 | #ifdef FDFLUSH | 73 | #ifdef FDFLUSH |
74 | ioctl (fd, FDFLUSH, 0); /* In case this is a floppy */ | 74 | ioctl (fd, FDFLUSH, 0); /* In case this is a floppy */ |
75 | #else | 75 | #else |
76 | #ifdef __GNUC__ | 76 | #ifdef __GNUC__ |
77 | #warning FDFLUSH not defined | 77 | # warning FDFLUSH not defined |
78 | #endif /* __GNUC__ */ | 78 | #endif /* __GNUC__ */ |
79 | #endif | 79 | #endif |
80 | } | 80 | } |