From f5280dd1d48f215456909e9b49aa18a2142ff30c Mon Sep 17 00:00:00 2001 From: Jason Downs Date: Mon, 1 Jul 1996 11:07:36 +0000 Subject: fix padding for struct lfs, formating fix. --- sys/ufs/lfs/lfs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/ufs/lfs/lfs.h') diff --git a/sys/ufs/lfs/lfs.h b/sys/ufs/lfs/lfs.h index f0b710341d4..c39bbc85abf 100644 --- a/sys/ufs/lfs/lfs.h +++ b/sys/ufs/lfs/lfs.h @@ -1,4 +1,4 @@ -/* $OpenBSD: lfs.h,v 1.3 1996/07/01 07:41:46 downsj Exp $ */ +/* $OpenBSD: lfs.h,v 1.4 1996/07/01 11:07:34 downsj Exp $ */ /* $NetBSD: lfs.h,v 1.7 1996/02/09 22:28:45 christos Exp $ */ /*- @@ -163,7 +163,7 @@ struct lfs { int8_t lfs_flags; /* currently unused flag */ u_char lfs_fsmnt[MNAMELEN]; /* name mounted on */ - int32_t lfs_pad[40]; /* round to 512 bytes */ + int32_t lfs_pad[37]; /* round to 512 bytes */ }; /* -- cgit v1.2.3