diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-02-09 19:40:25 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-02-09 19:40:25 +0000 |
commit | 085fc9bbf1ebf12a8fdf554df4625bd985e65ad6 (patch) | |
tree | 540b49592e222f3798ef0bf9631e494796803550 /ufs | |
parent | 8cb8d253067c9d0591ee98e387f0fd8cd27e8ca2 (diff) |
Formerly consts.c.~2~
Diffstat (limited to 'ufs')
-rw-r--r-- | ufs/consts.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ufs/consts.c b/ufs/consts.c index dd4d03de..54aa82de 100644 --- a/ufs/consts.c +++ b/ufs/consts.c @@ -15,7 +15,6 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -size_t diskfs_dirstat_size = sizeof (struct dirstat); int diskfs_link_max = LINK_MAX; int diskfs_maxsymlinks = 8; int diskfs_shortcut_symlink = 1; |