summaryrefslogtreecommitdiff
path: root/sys/nfs/nfs_boot.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/nfs/nfs_boot.c')
-rw-r--r--sys/nfs/nfs_boot.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/nfs/nfs_boot.c b/sys/nfs/nfs_boot.c
index 06514ce9d22..6e961f18114 100644
--- a/sys/nfs/nfs_boot.c
+++ b/sys/nfs/nfs_boot.c
@@ -1,4 +1,4 @@
-/* $NetBSD: nfs_boot.c,v 1.19 1995/06/12 00:48:31 mycroft Exp $ */
+/* $NetBSD: nfs_boot.c,v 1.20 1995/12/19 23:07:24 cgd Exp $ */
/*
* Copyright (c) 1995 Adam Glass, Gordon Ross
@@ -490,8 +490,8 @@ md_mount(mdsin, path, fhp)
{
/* The RPC structures */
struct rdata {
- u_int32_t errno;
- u_char fh[NFS_FHSIZE];
+ u_int32_t errno;
+ u_int8_t fh[NFS_FHSIZE];
} *rdata;
struct mbuf *m;
int error;