forked from Imagelibrary/rtems
Wrong prototype corrected.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user