mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-25 13:57:15 +00:00
Warning removal from D. V. Henkel-Wallace <gumby@zembu.com>.
This commit is contained in:
@@ -42,6 +42,12 @@ static char sccsid[] = "@(#)readdir.c 5.7 (Berkeley) 6/1/90";
|
||||
|
||||
#include <dirent.h>
|
||||
|
||||
long getdents(
|
||||
int dd_fd,
|
||||
char *dd_buf,
|
||||
int dd_len
|
||||
);
|
||||
|
||||
/*
|
||||
* get next entry in a directory.
|
||||
*/
|
||||
|
||||
@@ -26,12 +26,6 @@
|
||||
#include "imfs.h"
|
||||
#include "libio_.h"
|
||||
|
||||
long getdents(
|
||||
int dd_fd,
|
||||
char *dd_buf,
|
||||
int dd_len
|
||||
);
|
||||
|
||||
/* -----------------------------------------------------------------------
|
||||
* This rountine will verify that the node being opened as a directory is
|
||||
* in fact a directory node. If it is then the offset into the directory
|
||||
|
||||
@@ -26,12 +26,6 @@
|
||||
#include "imfs.h"
|
||||
#include "libio_.h"
|
||||
|
||||
long getdents(
|
||||
int dd_fd,
|
||||
char *dd_buf,
|
||||
int dd_len
|
||||
);
|
||||
|
||||
/* -----------------------------------------------------------------------
|
||||
* This rountine will verify that the node being opened as a directory is
|
||||
* in fact a directory node. If it is then the offset into the directory
|
||||
|
||||
@@ -42,6 +42,12 @@ static char sccsid[] = "@(#)readdir.c 5.7 (Berkeley) 6/1/90";
|
||||
|
||||
#include <dirent.h>
|
||||
|
||||
long getdents(
|
||||
int dd_fd,
|
||||
char *dd_buf,
|
||||
int dd_len
|
||||
);
|
||||
|
||||
/*
|
||||
* get next entry in a directory.
|
||||
*/
|
||||
|
||||
@@ -26,12 +26,6 @@
|
||||
#include "imfs.h"
|
||||
#include "libio_.h"
|
||||
|
||||
long getdents(
|
||||
int dd_fd,
|
||||
char *dd_buf,
|
||||
int dd_len
|
||||
);
|
||||
|
||||
/* -----------------------------------------------------------------------
|
||||
* This rountine will verify that the node being opened as a directory is
|
||||
* in fact a directory node. If it is then the offset into the directory
|
||||
|
||||
Reference in New Issue
Block a user