Fix IBCS2_S_IFWGRP
This commit is contained in:
parent
3a1f5cdbfc
commit
693b01e5da
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: ibcs2_stat.h,v 1.2 1994/10/26 02:53:03 cgd Exp $ */
|
||||
/* $NetBSD: ibcs2_stat.h,v 1.3 2000/08/17 15:16:01 matt Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1994 Scott Bartram
|
||||
@ -72,7 +72,7 @@ struct ibcs2_stat {
|
||||
#define IBCS2_S_IXUSR 0x0040
|
||||
#define IBCS2_S_IRWXG 0x0038
|
||||
#define IBCS2_S_IRGRP 0x0020
|
||||
#define IBCS2_S_IWGRP 0x000f
|
||||
#define IBCS2_S_IWGRP 0x0010
|
||||
#define IBCS2_S_IXGRP 0x0008
|
||||
#define IBCS2_S_IRWXO 0x0007
|
||||
#define IBCS2_S_IROTH 0x0004
|
||||
|
Loading…
Reference in New Issue
Block a user