Deleted Added
full compact
unistd.h (105045) unistd.h (106055)
1/*-
2 * Copyright (c) 1991, 1993, 1994
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

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

26 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31 * SUCH DAMAGE.
32 *
33 * @(#)unistd.h 8.12 (Berkeley) 4/27/95
1/*-
2 * Copyright (c) 1991, 1993, 1994
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

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

26 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31 * SUCH DAMAGE.
32 *
33 * @(#)unistd.h 8.12 (Berkeley) 4/27/95
34 * $FreeBSD: head/include/unistd.h 105045 2002-10-13 14:25:01Z mike $
34 * $FreeBSD: head/include/unistd.h 106055 2002-10-27 18:03:02Z wollman $
35 */
36
37#ifndef _UNISTD_H_
38#define _UNISTD_H_
39
40#include <sys/cdefs.h>
41#include <sys/types.h> /* XXX adds too much pollution. */
42#include <sys/unistd.h>

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

255#define _SC_TRACE_INHERIT 99 /* user */
256#define _SC_TRACE_LOG 100 /* user */
257#define _SC_TTY_NAME_MAX 101 /* user */
258#define _SC_TYPED_MEMORY_OBJECTS 102
259#define _SC_V6_ILP32_OFF32 103 /* user */
260#define _SC_V6_ILP32_OFFBIG 104 /* user */
261#define _SC_V6_LP64_OFF64 105 /* user */
262#define _SC_V6_LPBIG_OFFBIG 106 /* user */
35 */
36
37#ifndef _UNISTD_H_
38#define _UNISTD_H_
39
40#include <sys/cdefs.h>
41#include <sys/types.h> /* XXX adds too much pollution. */
42#include <sys/unistd.h>

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

255#define _SC_TRACE_INHERIT 99 /* user */
256#define _SC_TRACE_LOG 100 /* user */
257#define _SC_TTY_NAME_MAX 101 /* user */
258#define _SC_TYPED_MEMORY_OBJECTS 102
259#define _SC_V6_ILP32_OFF32 103 /* user */
260#define _SC_V6_ILP32_OFFBIG 104 /* user */
261#define _SC_V6_LP64_OFF64 105 /* user */
262#define _SC_V6_LPBIG_OFFBIG 106 /* user */
263#define _SC_IPV6 118
264#define _SC_RAW_SOCKETS 119
265#define _SC_SYMLOOP_MAX 120
263#endif
264
265#if __XSI_VISIBLE
266#define _SC_ATEXIT_MAX 107 /* user */
267#define _SC_IOV_MAX 56
268#define _SC_PAGE_SIZE _SC_PAGESIZE
269#define _SC_XOPEN_CRYPT 108 /* user */
270#define _SC_XOPEN_ENH_I18N 109 /* user */

--- 260 unchanged lines hidden ---
266#endif
267
268#if __XSI_VISIBLE
269#define _SC_ATEXIT_MAX 107 /* user */
270#define _SC_IOV_MAX 56
271#define _SC_PAGE_SIZE _SC_PAGESIZE
272#define _SC_XOPEN_CRYPT 108 /* user */
273#define _SC_XOPEN_ENH_I18N 109 /* user */

--- 260 unchanged lines hidden ---