From 92a56f367e6635bebf4e519a49943c15d2981d85 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 29 Jan 2007 02:56:45 +0000 Subject: fixup prototype warnings --- test/stat/memcmp-stat.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/stat/memcmp-stat.c') diff --git a/test/stat/memcmp-stat.c b/test/stat/memcmp-stat.c index 3e0143e94..c38e3ff88 100644 --- a/test/stat/memcmp-stat.c +++ b/test/stat/memcmp-stat.c @@ -18,7 +18,7 @@ #include #include -void show_stat(struct stat *st) +static void show_stat(struct stat *st) { printf( "------------------\n" @@ -66,7 +66,7 @@ void show_stat(struct stat *st) ); } -int main() +int main(void) { int ret; int fd; -- cgit v1.2.3