From 6783860a2e4e4183c073f62e4bb938cea0e096c3 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Sun, 3 Dec 2017 19:31:41 -0600 Subject: ansification: remove _AND Signed-off-by: Yaakov Selkowitz --- libgloss/read.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libgloss/read.c') diff --git a/libgloss/read.c b/libgloss/read.c index 419a8ed..2e5e0c7 100644 --- a/libgloss/read.c +++ b/libgloss/read.c @@ -22,8 +22,8 @@ extern char _DEFUN_VOID (inbyte); */ int _DEFUN (read, (fd, buf, nbytes), - int fd _AND - char *buf _AND + int fd, + char *buf, int nbytes) { int i = 0; -- cgit v1.1