aboutsummaryrefslogtreecommitdiff
path: root/e2fsprogs/ext2fs/flushb.c
diff options
context:
space:
mode:
Diffstat (limited to 'e2fsprogs/ext2fs/flushb.c')
-rw-r--r--e2fsprogs/ext2fs/flushb.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/e2fsprogs/ext2fs/flushb.c b/e2fsprogs/ext2fs/flushb.c
index 18827955f..9f04647ec 100644
--- a/e2fsprogs/ext2fs/flushb.c
+++ b/e2fsprogs/ext2fs/flushb.c
@@ -1,7 +1,7 @@
1/* 1/*
2 * flushb.c --- Hides system-dependent information for both syncing a 2 * flushb.c --- Hides system-dependent information for both syncing a
3 * device to disk and to flush any buffers from disk cache. 3 * device to disk and to flush any buffers from disk cache.
4 * 4 *
5 * Copyright (C) 2000 Theodore Ts'o. 5 * Copyright (C) 2000 Theodore Ts'o.
6 * 6 *
7 * %Begin-Header% 7 * %Begin-Header%
@@ -29,7 +29,7 @@
29#include "ext2fs.h" 29#include "ext2fs.h"
30 30
31/* 31/*
32 * For Linux, define BLKFLSBUF and FDFLUSH if necessary, since 32 * For Linux, define BLKFLSBUF and FDFLUSH if necessary, since
33 * not all portable header file does so for us. This really should be 33 * not all portable header file does so for us. This really should be
34 * fixed in the glibc header files. (Recent glibcs appear to define 34 * fixed in the glibc header files. (Recent glibcs appear to define
35 * BLKFLSBUF in sys/mount.h, but FDFLUSH still doesn't seem to be 35 * BLKFLSBUF in sys/mount.h, but FDFLUSH still doesn't seem to be