Deleted Added
full compact
unistd.h (187945) unistd.h (194955)
1/*-
2 * Copyright (c) 1989, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 13 unchanged lines hidden (view full) ---

22 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27 * SUCH DAMAGE.
28 *
29 * @(#)unistd.h 8.2 (Berkeley) 1/7/94
1/*-
2 * Copyright (c) 1989, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 13 unchanged lines hidden (view full) ---

22 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27 * SUCH DAMAGE.
28 *
29 * @(#)unistd.h 8.2 (Berkeley) 1/7/94
30 * $FreeBSD: head/sys/sys/unistd.h 187945 2009-01-31 10:04:36Z trhodes $
30 * $FreeBSD: head/sys/sys/unistd.h 194955 2009-06-25 12:46:59Z trasz $
31 */
32
33#ifndef _SYS_UNISTD_H_
34#define _SYS_UNISTD_H_
35
36#include <sys/cdefs.h>
37
38/*

--- 109 unchanged lines hidden (view full) ---

148#endif
149
150#if __BSD_VISIBLE
151#define _PC_ACL_EXTENDED 59
152#define _PC_ACL_PATH_MAX 60
153#define _PC_CAP_PRESENT 61
154#define _PC_INF_PRESENT 62
155#define _PC_MAC_PRESENT 63
31 */
32
33#ifndef _SYS_UNISTD_H_
34#define _SYS_UNISTD_H_
35
36#include <sys/cdefs.h>
37
38/*

--- 109 unchanged lines hidden (view full) ---

148#endif
149
150#if __BSD_VISIBLE
151#define _PC_ACL_EXTENDED 59
152#define _PC_ACL_PATH_MAX 60
153#define _PC_CAP_PRESENT 61
154#define _PC_INF_PRESENT 62
155#define _PC_MAC_PRESENT 63
156#define _PC_ACL_NFS4 64
156#endif
157
158/* From OpenSolaris, used by SEEK_DATA/SEEK_HOLE. */
159#define _PC_MIN_HOLE_SIZE 21
160
161#if __BSD_VISIBLE
162/*
163 * rfork() options.

--- 24 unchanged lines hidden ---
157#endif
158
159/* From OpenSolaris, used by SEEK_DATA/SEEK_HOLE. */
160#define _PC_MIN_HOLE_SIZE 21
161
162#if __BSD_VISIBLE
163/*
164 * rfork() options.

--- 24 unchanged lines hidden ---