Deleted Added
full compact
linux.h (189362) linux.h (190445)
1/*-
2 * Copyright (c) 2004 Tim J. Robbins
3 * Copyright (c) 2001 Doug Rabson
4 * Copyright (c) 1994-1996 S�ren Schmidt
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions

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

22 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
23 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
24 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
25 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
26 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
27 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
28 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29 *
1/*-
2 * Copyright (c) 2004 Tim J. Robbins
3 * Copyright (c) 2001 Doug Rabson
4 * Copyright (c) 1994-1996 S�ren Schmidt
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions

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

22 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
23 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
24 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
25 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
26 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
27 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
28 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29 *
30 * $FreeBSD: head/sys/amd64/linux32/linux.h 189362 2009-03-04 12:14:33Z dchagin $
30 * $FreeBSD: head/sys/amd64/linux32/linux.h 190445 2009-03-26 17:14:22Z ambrisko $
31 */
32
33#ifndef _AMD64_LINUX_H_
34#define _AMD64_LINUX_H_
35
36#include <amd64/linux32/linux32_syscall.h>
37
38/*

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

74typedef l_int l_daddr_t;
75typedef l_ushort l_dev_t;
76typedef l_uint l_gid_t;
77typedef l_ushort l_gid16_t;
78typedef l_ulong l_ino_t;
79typedef l_int l_key_t;
80typedef l_longlong l_loff_t;
81typedef l_ushort l_mode_t;
31 */
32
33#ifndef _AMD64_LINUX_H_
34#define _AMD64_LINUX_H_
35
36#include <amd64/linux32/linux32_syscall.h>
37
38/*

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

74typedef l_int l_daddr_t;
75typedef l_ushort l_dev_t;
76typedef l_uint l_gid_t;
77typedef l_ushort l_gid16_t;
78typedef l_ulong l_ino_t;
79typedef l_int l_key_t;
80typedef l_longlong l_loff_t;
81typedef l_ushort l_mode_t;
82typedef l_long l_off_t;
82typedef l_ulong l_off_t;
83typedef l_int l_pid_t;
84typedef l_uint l_size_t;
85typedef l_long l_suseconds_t;
86typedef l_long l_time_t;
87typedef l_uint l_uid_t;
88typedef l_ushort l_uid16_t;
89typedef l_int l_timer_t;
90typedef l_int l_mqd_t;

--- 839 unchanged lines hidden ---
83typedef l_int l_pid_t;
84typedef l_uint l_size_t;
85typedef l_long l_suseconds_t;
86typedef l_long l_time_t;
87typedef l_uint l_uid_t;
88typedef l_ushort l_uid16_t;
89typedef l_int l_timer_t;
90typedef l_int l_mqd_t;

--- 839 unchanged lines hidden ---