1 /* $NetBSD: svr4_stat.h,v 1.9 2002/05/03 01:34:48 eeh Exp $ */
4 * Copyright (c) 1994 The NetBSD Foundation, Inc.
7 * This code is derived from software contributed to The NetBSD Foundation
10 * Redistribution and use in source and binary forms, with or without
11 * modification, are permitted provided that the following conditions
13 * 1. Redistributions of source code must retain the above copyright
14 * notice, this list of conditions and the following disclaimer.
15 * 2. Redistributions in binary form must reproduce the above copyright
16 * notice, this list of conditions and the following disclaimer in the
17 * documentation and/or other materials provided with the distribution.
19 * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
20 * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
21 * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
22 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
23 * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
24 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
25 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
26 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
27 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
28 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
29 * POSSIBILITY OF SUCH DAMAGE.
35 #include <compat/svr4/svr4_types.h>
41 svr4_o_mode_t st_mode
;
42 svr4_o_nlink_t st_nlink
;
47 svr4_time32_t st_atim
;
48 svr4_time32_t st_mtim
;
49 svr4_time32_t st_ctim
;
59 svr4_nlink_t st_nlink
;
70 svr4_timestruc_t st_atim
;
71 svr4_timestruc_t st_mtim
;
72 svr4_timestruc_t st_ctim
;
75 svr4_blkcnt_t st_blocks
;
89 svr4_nlink_t st_nlink
;
97 svr4_timestruc_t st_atim
;
98 svr4_timestruc_t st_mtim
;
99 svr4_timestruc_t st_ctim
;
101 svr4_blkcnt64_t st_blocks
;
108 #define SVR4_PC_LINK_MAX 1
109 #define SVR4_PC_MAX_CANON 2
110 #define SVR4_PC_MAX_INPUT 3
111 #define SVR4_PC_NAME_MAX 4
112 #define SVR4_PC_PATH_MAX 5
113 #define SVR4_PC_PIPE_BUF 6
114 #define SVR4_PC_NO_TRUNC 7
115 #define SVR4_PC_VDISABLE 8
116 #define SVR4_PC_CHOWN_RESTRICTED 9
117 #define SVR4_PC_ASYNC_IO 10
118 #define SVR4_PC_PRIO_IO 11
119 #define SVR4_PC_SYNC_IO 12
120 #define SVR4_PC_FILESIZEBITS 67
122 #endif /* !_SVR4_STAT_H_ */