From: eck Date: Tue, 11 Sep 1990 10:24:15 +0000 (+0000) Subject: changed int-functions to void-functions X-Git-Tag: release-5-5~1554 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=1dd88ae8daeb83f337c70f55add7dee0d79b69a0;p=ack.git changed int-functions to void-functions --- diff --git a/lang/cem/libcc.ansi/misc/getdents.c b/lang/cem/libcc.ansi/misc/getdents.c index c7c562185..e9d34c19a 100644 --- a/lang/cem/libcc.ansi/misc/getdents.c +++ b/lang/cem/libcc.ansi/misc/getdents.c @@ -196,7 +196,7 @@ getdents(int fildes, char *buf, unsigned nbyte) /* returns # bytes read; } /* else fall through into emulation */ -/* case no: /* fall through into emulation */ +/* case no:*/ /* fall through into emulation */ } #endif diff --git a/lang/cem/libcc.ansi/misc/getgrent.c b/lang/cem/libcc.ansi/misc/getgrent.c index 9fc320d79..758a75a82 100644 --- a/lang/cem/libcc.ansi/misc/getgrent.c +++ b/lang/cem/libcc.ansi/misc/getgrent.c @@ -45,7 +45,7 @@ setgrent(void) return _gfd; } -int +void endgrent(void) { if (_gfd >= 0) @@ -79,7 +79,7 @@ getline(void) return 1; } -static int +static void skip_period(void) { while (*_buf && *_buf != ':')