From a7b26a647beda136abb73d730e970dbdd98d33df Mon Sep 17 00:00:00 2001 From: cgd Date: Thu, 16 May 1996 22:17:49 +0000 Subject: [PATCH] change the comment after the #endif for the #ifdef _KERNEL changed in the previous commit to be /* !_KERNEL */. --- sys/sys/stat.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/sys/stat.h b/sys/sys/stat.h index 7c61daf5a045..b785a6958cb9 100644 --- a/sys/sys/stat.h +++ b/sys/sys/stat.h @@ -1,4 +1,4 @@ -/* $NetBSD: stat.h,v 1.19 1996/05/14 13:26:49 jtc Exp $ */ +/* $NetBSD: stat.h,v 1.20 1996/05/16 22:17:49 cgd Exp $ */ /*- * Copyright (c) 1982, 1986, 1989, 1993 @@ -63,7 +63,7 @@ struct ostat { u_int32_t st_flags; /* user defined flags for file */ u_int32_t st_gen; /* file generation number */ }; -#endif /* !_POSIX_SOURCE */ +#endif /* !_KERNEL */ struct stat { dev_t st_dev; /* inode's device */