From cc8b6d9037849565044b6469c6b79b29ce9eb6fe Mon Sep 17 00:00:00 2001 From: mycroft Date: Sun, 19 Oct 1997 02:21:58 +0000 Subject: [PATCH] Fix something that Christos forgot; remove st_lspare from the new stat structure. NOTE: THIS REQUIRES INSTALLING A NEW KERNEL BEFORE BUILDING NEW LIBRARIES. --- sys/sys/stat.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys/sys/stat.h b/sys/sys/stat.h index 703d47e3cd52..2b7357dd4fe3 100644 --- a/sys/sys/stat.h +++ b/sys/sys/stat.h @@ -1,4 +1,4 @@ -/* $NetBSD: stat.h,v 1.24 1997/10/19 01:49:00 mycroft Exp $ */ +/* $NetBSD: stat.h,v 1.25 1997/10/19 02:21:58 mycroft Exp $ */ /*- * Copyright (c) 1982, 1986, 1989, 1993 @@ -110,7 +110,6 @@ struct stat { u_int32_t st_blksize; /* optimal blocksize for I/O */ u_int32_t st_flags; /* user defined flags for file */ u_int32_t st_gen; /* file generation number */ - int32_t st_lspare; int64_t st_qspare[2]; };