diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-12-20 16:04:09 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-12-20 16:04:09 +0000 |
commit | 9b7c79115740099cdfcd2ebf33571802f98fa980 (patch) | |
tree | 368e641d4db93bc399e62a379fe6636c30a95150 /sys/compat | |
parent | 653ace9d3ec27cdd8e4aa1baa633902ecab5c0c0 (diff) |
add F_FREESP
Diffstat (limited to 'sys/compat')
-rw-r--r-- | sys/compat/ibcs2/ibcs2_fcntl.h | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/sys/compat/ibcs2/ibcs2_fcntl.h b/sys/compat/ibcs2/ibcs2_fcntl.h index 4aef0fb7a14..d8e7b273e0b 100644 --- a/sys/compat/ibcs2/ibcs2_fcntl.h +++ b/sys/compat/ibcs2/ibcs2_fcntl.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ibcs2_fcntl.h,v 1.2 1996/08/02 20:35:06 niklas Exp $ */ +/* $OpenBSD: ibcs2_fcntl.h,v 1.3 1997/12/20 16:04:08 deraadt Exp $ */ /* $NetBSD: ibcs2_fcntl.h,v 1.2 1994/10/26 02:52:54 cgd Exp $ */ /* @@ -48,14 +48,15 @@ #define IBCS2_O_EXCL 0x0400 #define IBCS2_O_NOCTTY 0x0800 -#define IBCS2_F_DUPFD 0 -#define IBCS2_F_GETFD 1 -#define IBCS2_F_SETFD 2 -#define IBCS2_F_GETFL 3 -#define IBCS2_F_SETFL 4 -#define IBCS2_F_GETLK 5 -#define IBCS2_F_SETLK 6 -#define IBCS2_F_SETLKW 7 +#define IBCS2_F_DUPFD 0 +#define IBCS2_F_GETFD 1 +#define IBCS2_F_SETFD 2 +#define IBCS2_F_GETFL 3 +#define IBCS2_F_SETFL 4 +#define IBCS2_F_GETLK 5 +#define IBCS2_F_SETLK 6 +#define IBCS2_F_SETLKW 7 +#define IBCS2_F_FREESP 11 struct ibcs2_flock { short l_type; |