summaryrefslogtreecommitdiffstats
path: root/term-utils/agetty.c
diff options
context:
space:
mode:
authorPetr Uzel2012-05-15 10:49:01 +0200
committerKarel Zak2012-05-15 11:32:27 +0200
commite12c9866b59f9142f6aa6e7a286f1e95ca8f9ee4 (patch)
tree1ae1fb7a300005d305ab4c2f4eb7b71be937704f /term-utils/agetty.c
parentlib/mangle: check for end of string on every iteration (diff)
downloadkernel-qcow2-util-linux-e12c9866b59f9142f6aa6e7a286f1e95ca8f9ee4.tar.gz
kernel-qcow2-util-linux-e12c9866b59f9142f6aa6e7a286f1e95ca8f9ee4.tar.xz
kernel-qcow2-util-linux-e12c9866b59f9142f6aa6e7a286f1e95ca8f9ee4.zip
include: rename writeall.h to all-io.h
Signed-off-by: Petr Uzel <petr.uzel@suse.cz>
Diffstat (limited to 'term-utils/agetty.c')
-rw-r--r--term-utils/agetty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/term-utils/agetty.c b/term-utils/agetty.c
index bed4cde74..36e00eb44 100644
--- a/term-utils/agetty.c
+++ b/term-utils/agetty.c
@@ -33,7 +33,7 @@
#include <grp.h>
#include "strutils.h"
-#include "writeall.h"
+#include "all-io.h"
#include "nls.h"
#include "pathnames.h"
#include "c.h"