Warning removal from D. V. Henkel-Wallace <gumby@zembu.com>.

This commit is contained in:
Joel Sherrill
1999-06-14 19:44:07 +00:00
parent 15aa5ffbfd
commit 0ac8e382e9
7 changed files with 18 additions and 24 deletions

View File

@@ -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.
*/

View File

@@ -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

View File

@@ -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

View File

@@ -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.
*/

View File

@@ -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