aboutsummaryrefslogtreecommitdiff
path: root/sys/nfsclient/nfsnode.h
diff options
context:
space:
mode:
authorDavid Greenman <dg@FreeBSD.org>1994-08-09 15:10:14 +0000
committerDavid Greenman <dg@FreeBSD.org>1994-08-09 15:10:14 +0000
commit4b43e1d8ca0a458e810126dd70f13ba9d3ddee52 (patch)
tree50cb232834e9ffb6a6661686ac00de0068153f56 /sys/nfsclient/nfsnode.h
parentec94de0d83b59ee776fdfbe68df0d179b6436ce5 (diff)
downloadsrc-4b43e1d8ca0a458e810126dd70f13ba9d3ddee52.tar.gz
src-4b43e1d8ca0a458e810126dd70f13ba9d3ddee52.zip
Removed some padding bytes from the nfsnode struct to make the structure
size a power of 2 again. The system complains otherwise - probably because it wastes space with our malloc scheme otherwise.
Notes
Notes: svn path=/head/; revision=1979
Diffstat (limited to 'sys/nfsclient/nfsnode.h')
-rw-r--r--sys/nfsclient/nfsnode.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/nfsclient/nfsnode.h b/sys/nfsclient/nfsnode.h
index f21f220d001d..ab8887327fd7 100644
--- a/sys/nfsclient/nfsnode.h
+++ b/sys/nfsclient/nfsnode.h
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* @(#)nfsnode.h 8.4 (Berkeley) 2/13/94
- * $Id: nfsnode.h,v 1.2 1994/08/02 07:52:22 davidg Exp $
+ * $Id: nfsnode.h,v 1.3 1994/08/08 17:30:55 davidg Exp $
*/
/*
@@ -76,7 +76,6 @@ struct nfsnode {
time_t n_expiry; /* Lease expiry time */
struct nfsnode *n_tnext; /* Nqnfs timer chain */
struct nfsnode *n_tprev;
- long spare1; /* To 8 byte boundary */
struct sillyrename n_silly; /* Silly rename struct */
struct timeval n_atim; /* Special file times */
struct timeval n_mtim;