summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient/nfsargs.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/nfsclient/nfsargs.h')
-rw-r--r--sys/nfsclient/nfsargs.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/nfsclient/nfsargs.h b/sys/nfsclient/nfsargs.h
index e77353f..2f3aa57 100644
--- a/sys/nfsclient/nfsargs.h
+++ b/sys/nfsclient/nfsargs.h
@@ -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))
OpenPOWER on IntegriCloud