aboutsummaryrefslogtreecommitdiffstats
path: root/sys-utils/dmesg.c
diff options
context:
space:
mode:
authorPetr Uzel <petr.uzel@suse.cz>2012-05-15 10:49:01 +0200
committerKarel Zak <kzak@redhat.com>2012-05-15 11:32:27 +0200
commite12c9866b59f9142f6aa6e7a286f1e95ca8f9ee4 (patch)
tree1ae1fb7a300005d305ab4c2f4eb7b71be937704f /sys-utils/dmesg.c
parentea178007eb63a528f27805c04b5246519b5ef61a (diff)
downloadutil-linux-e12c9866b59f9142f6aa6e7a286f1e95ca8f9ee4.tar.gz
include: rename writeall.h to all-io.h
Signed-off-by: Petr Uzel <petr.uzel@suse.cz>
Diffstat (limited to 'sys-utils/dmesg.c')
-rw-r--r--sys-utils/dmesg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/dmesg.c b/sys-utils/dmesg.c
index b47fede964..e47b08705a 100644
--- a/sys-utils/dmesg.c
+++ b/sys-utils/dmesg.c
@@ -27,7 +27,7 @@
#include "strutils.h"
#include "xalloc.h"
#include "widechar.h"
-#include "writeall.h"
+#include "all-io.h"
#include "bitops.h"
#include "closestream.h"