Deleted Added
full compact
linux.h (293500) linux.h (293514)
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: stable/10/sys/amd64/linux32/linux.h 293500 2016-01-09 15:23:54Z dchagin $
30 * $FreeBSD: stable/10/sys/amd64/linux32/linux.h 293514 2016-01-09 15:44:38Z dchagin $
31 */
32
33#ifndef _AMD64_LINUX_H_
34#define _AMD64_LINUX_H_
35
36#include <amd64/linux32/linux32_syscall.h>
37
38/*

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

109 l_suseconds_t tv_usec;
110} l_timeval;
111
112#define l_fd_set fd_set
113
114/*
115 * Miscellaneous
116 */
31 */
32
33#ifndef _AMD64_LINUX_H_
34#define _AMD64_LINUX_H_
35
36#include <amd64/linux32/linux32_syscall.h>
37
38/*

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

109 l_suseconds_t tv_usec;
110} l_timeval;
111
112#define l_fd_set fd_set
113
114/*
115 * Miscellaneous
116 */
117#define LINUX_AT_COUNT 16 /* Count of used aux entry types.
117#define LINUX_AT_COUNT 18 /* Count of used aux entry types.
118 * Keep this synchronized with
119 * elf_linux_fixup() code.
120 */
121struct l___sysctl_args
122{
123 l_uintptr_t name;
124 l_int nlen;
125 l_uintptr_t oldval;

--- 671 unchanged lines hidden ---
118 * Keep this synchronized with
119 * elf_linux_fixup() code.
120 */
121struct l___sysctl_args
122{
123 l_uintptr_t name;
124 l_int nlen;
125 l_uintptr_t oldval;

--- 671 unchanged lines hidden ---