From 5e6bf8008bbc605929e5b884dc92b6c08b80d57b Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Wed, 6 Apr 2011 21:31:02 +0200 Subject: ttymsg: fix compiler warnings and use EXIT_ [kzak@redhat.com: - remove 'register' storage class specifier] Signed-off-by: Sami Kerola Signed-off-by: Karel Zak --- term-utils/ttymsg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'term-utils/ttymsg.h') 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); -- cgit v1.2.3-55-g7522