Forward-declare a few structures to avoid warning messages.

This commit is contained in:
Garrett Wollman 1994-11-02 00:11:00 +00:00
parent 07e01ef0c9
commit d9e91095ab
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4067
6 changed files with 24 additions and 6 deletions

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* @(#)nfs.h 8.1 (Berkeley) 6/10/93
* $Id: nfs.h,v 1.6 1994/10/17 17:47:30 phk Exp $
* $Id: nfs.h,v 1.7 1994/10/23 23:26:15 wollman Exp $
*/
#ifndef _NFS_NFS_H_
@ -174,6 +174,9 @@ struct nfsstats {
* by them and break.
*/
#ifdef KERNEL
struct uio; struct buf; struct vattr; struct nameidata; /* XXX */
#define NFSINT_SIGMASK (sigmask(SIGINT)|sigmask(SIGTERM)|sigmask(SIGKILL)| \
sigmask(SIGHUP)|sigmask(SIGQUIT))

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* @(#)nfs.h 8.1 (Berkeley) 6/10/93
* $Id: nfs.h,v 1.6 1994/10/17 17:47:30 phk Exp $
* $Id: nfs.h,v 1.7 1994/10/23 23:26:15 wollman Exp $
*/
#ifndef _NFS_NFS_H_
@ -174,6 +174,9 @@ struct nfsstats {
* by them and break.
*/
#ifdef KERNEL
struct uio; struct buf; struct vattr; struct nameidata; /* XXX */
#define NFSINT_SIGMASK (sigmask(SIGINT)|sigmask(SIGTERM)|sigmask(SIGKILL)| \
sigmask(SIGHUP)|sigmask(SIGQUIT))

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* @(#)nfs.h 8.1 (Berkeley) 6/10/93
* $Id: nfs.h,v 1.6 1994/10/17 17:47:30 phk Exp $
* $Id: nfs.h,v 1.7 1994/10/23 23:26:15 wollman Exp $
*/
#ifndef _NFS_NFS_H_
@ -174,6 +174,9 @@ struct nfsstats {
* by them and break.
*/
#ifdef KERNEL
struct uio; struct buf; struct vattr; struct nameidata; /* XXX */
#define NFSINT_SIGMASK (sigmask(SIGINT)|sigmask(SIGTERM)|sigmask(SIGKILL)| \
sigmask(SIGHUP)|sigmask(SIGQUIT))

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* @(#)nfs.h 8.1 (Berkeley) 6/10/93
* $Id: nfs.h,v 1.6 1994/10/17 17:47:30 phk Exp $
* $Id: nfs.h,v 1.7 1994/10/23 23:26:15 wollman Exp $
*/
#ifndef _NFS_NFS_H_
@ -174,6 +174,9 @@ struct nfsstats {
* by them and break.
*/
#ifdef KERNEL
struct uio; struct buf; struct vattr; struct nameidata; /* XXX */
#define NFSINT_SIGMASK (sigmask(SIGINT)|sigmask(SIGTERM)|sigmask(SIGKILL)| \
sigmask(SIGHUP)|sigmask(SIGQUIT))

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* @(#)nfs.h 8.1 (Berkeley) 6/10/93
* $Id: nfs.h,v 1.6 1994/10/17 17:47:30 phk Exp $
* $Id: nfs.h,v 1.7 1994/10/23 23:26:15 wollman Exp $
*/
#ifndef _NFS_NFS_H_
@ -174,6 +174,9 @@ struct nfsstats {
* by them and break.
*/
#ifdef KERNEL
struct uio; struct buf; struct vattr; struct nameidata; /* XXX */
#define NFSINT_SIGMASK (sigmask(SIGINT)|sigmask(SIGTERM)|sigmask(SIGKILL)| \
sigmask(SIGHUP)|sigmask(SIGQUIT))

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* @(#)nfs.h 8.1 (Berkeley) 6/10/93
* $Id: nfs.h,v 1.6 1994/10/17 17:47:30 phk Exp $
* $Id: nfs.h,v 1.7 1994/10/23 23:26:15 wollman Exp $
*/
#ifndef _NFS_NFS_H_
@ -174,6 +174,9 @@ struct nfsstats {
* by them and break.
*/
#ifdef KERNEL
struct uio; struct buf; struct vattr; struct nameidata; /* XXX */
#define NFSINT_SIGMASK (sigmask(SIGINT)|sigmask(SIGTERM)|sigmask(SIGKILL)| \
sigmask(SIGHUP)|sigmask(SIGQUIT))