summaryrefslogtreecommitdiffstats
path: root/term-utils/ttymsg.h
diff options
context:
space:
mode:
authorSami Kerola2011-04-06 21:31:02 +0200
committerKarel Zak2011-04-12 11:19:15 +0200
commit5e6bf8008bbc605929e5b884dc92b6c08b80d57b (patch)
tree858ec8f4e74be572ca2bd812472ade30fb0258e2 /term-utils/ttymsg.h
parentwall: use long options (diff)
downloadkernel-qcow2-util-linux-5e6bf8008bbc605929e5b884dc92b6c08b80d57b.tar.gz
kernel-qcow2-util-linux-5e6bf8008bbc605929e5b884dc92b6c08b80d57b.tar.xz
kernel-qcow2-util-linux-5e6bf8008bbc605929e5b884dc92b6c08b80d57b.zip
ttymsg: fix compiler warnings and use EXIT_
[kzak@redhat.com: - remove 'register' storage class specifier] Signed-off-by: Sami Kerola <kerolasa@iki.fi> Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'term-utils/ttymsg.h')
-rw-r--r--term-utils/ttymsg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/term-utils/ttymsg.h b/term-utils/ttymsg.h
index 5d2795197..2cfa73027 100644
--- a/term-utils/ttymsg.h
+++ b/term-utils/ttymsg.h
@@ -1,2 +1,2 @@
-char *ttymsg(struct iovec *iov, int iovcnt, char *line, int tmout);
+char *ttymsg(struct iovec *iov, size_t iovcnt, char *line, int tmout);