From 28dbec093bf11804712ccbc39515cd322459ff17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Hor=C3=A1k?= Date: Mon, 6 Jun 2022 13:02:30 +0000 Subject: [PATCH] iucvterm: fix function declaration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit GitHub-ID: https://github.com/ibm-s390-linux/s390-tools/pull/137 Signed-off-by: Dan Horák Signed-off-by: Jan Höppner --- iucvterm/include/iucvterm/functions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iucvterm/include/iucvterm/functions.h b/iucvterm/include/iucvterm/functions.h index 4f6ad809..90fe4938 100644 --- a/iucvterm/include/iucvterm/functions.h +++ b/iucvterm/include/iucvterm/functions.h @@ -62,7 +62,7 @@ extern ssize_t __write(int, const void*, size_t); extern int strmatch(const char *, const char *); extern int is_regex_valid(const char *); extern int is_client_allowed(const char *, const struct iucvterm_cfg *); -extern void userid_cpy(char [8], const char [8]); +extern void userid_cpy(char [9], const char [8]); extern void iucv_msg_error(const char *, uint32_t); extern void program_error(const char *, const char *);