From d741406c1a0a4c1bd540d02f5fa5b7da4ddcbdfb Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 14 Jun 1999 20:18:13 +0000 Subject: Wrong prototype corrected. --- cpukit/libcsupport/src/readdir.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/libcsupport/src') diff --git a/cpukit/libcsupport/src/readdir.c b/cpukit/libcsupport/src/readdir.c index 7849e8612e..570cacd5de 100644 --- a/cpukit/libcsupport/src/readdir.c +++ b/cpukit/libcsupport/src/readdir.c @@ -42,7 +42,7 @@ static char sccsid[] = "@(#)readdir.c 5.7 (Berkeley) 6/1/90"; #include -long getdents( +int getdents( int dd_fd, char *dd_buf, int dd_len -- cgit v1.2.3