Wrong prototype corrected.

This commit is contained in:
Joel Sherrill
1999-06-14 20:18:13 +00:00
parent 0ac8e382e9
commit d741406c1a
3 changed files with 3 additions and 3 deletions

View File

@@ -42,7 +42,7 @@ static char sccsid[] = "@(#)readdir.c 5.7 (Berkeley) 6/1/90";
#include <dirent.h>
long getdents(
int getdents(
int dd_fd,
char *dd_buf,
int dd_len

View File

@@ -42,7 +42,7 @@ static char sccsid[] = "@(#)readdir.c 5.7 (Berkeley) 6/1/90";
#include <dirent.h>
long getdents(
int getdents(
int dd_fd,
char *dd_buf,
int dd_len

View File

@@ -42,7 +42,7 @@ static char sccsid[] = "@(#)readdir.c 5.7 (Berkeley) 6/1/90";
#include <dirent.h>
long getdents(
int getdents(
int dd_fd,
char *dd_buf,
int dd_len