diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-02-26 23:32:09 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-02-26 23:32:09 +0000 |
commit | 5030cab33594e9a7ab9c2b55b0714e262d6a7dfb (patch) | |
tree | 2dba90f6cb6ecb6f83bf218ac49024c311940b4d /sys/compat/svr4/svr4_stat.h | |
parent | 26eaeb7b6ef67753ddb3ce44b8a4cc03d92334b8 (diff) |
From NetBSD: update to 960217 sources
Diffstat (limited to 'sys/compat/svr4/svr4_stat.h')
-rw-r--r-- | sys/compat/svr4/svr4_stat.h | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/sys/compat/svr4/svr4_stat.h b/sys/compat/svr4/svr4_stat.h index 7af8232bf4c..45c49191ba8 100644 --- a/sys/compat/svr4/svr4_stat.h +++ b/sys/compat/svr4/svr4_stat.h @@ -1,4 +1,5 @@ -/* $NetBSD: svr4_stat.h,v 1.3 1994/10/29 00:43:27 christos Exp $ */ +/* $OpenBSD: svr4_stat.h,v 1.2 1996/02/26 23:32:02 niklas Exp $ */ +/* $NetBSD: svr4_stat.h,v 1.4 1996/02/10 17:12:38 christos Exp $ */ /* * Copyright (c) 1994 Christos Zoulas @@ -68,4 +69,17 @@ struct svr4_xstat { long st_pad4[8]; }; +#define SVR4_PC_LINK_MAX 1 +#define SVR4_PC_MAX_CANON 2 +#define SVR4_PC_MAX_INPUT 3 +#define SVR4_PC_NAME_MAX 4 +#define SVR4_PC_PATH_MAX 5 +#define SVR4_PC_PIPE_BUF 6 +#define SVR4_PC_NO_TRUNC 7 +#define SVR4_PC_VDISABLE 8 +#define SVR4_PC_CHOWN_RESTRICTED 9 +#define SVR4_PC_ASYNC_IO 10 +#define SVR4_PC_PRIO_IO 11 +#define SVR4_PC_SYNC_IO 12 + #endif /* !_SVR4_STAT_H_ */ |