Deleted Added
full compact
linux_ioctl.c (68519) linux_ioctl.c (68583)
1/*
2 * Copyright (c) 1994-1995 S�ren Schmidt
3 * 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

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

20 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
21 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
22 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
23 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
24 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27 *
1/*
2 * Copyright (c) 1994-1995 S�ren Schmidt
3 * 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

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

20 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
21 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
22 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
23 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
24 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27 *
28 * $FreeBSD: head/sys/compat/linux/linux_ioctl.c 68519 2000-11-09 07:27:55Z marcel $
28 * $FreeBSD: head/sys/compat/linux/linux_ioctl.c 68583 2000-11-10 21:30:19Z marcel $
29 */
30
31#include <sys/param.h>
32#include <sys/systm.h>
33#include <sys/sysproto.h>
34#include <sys/proc.h>
35#include <sys/cdio.h>
36#include <sys/consio.h>

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

46#include <net/if.h>
47#include <net/if_dl.h>
48#include <net/if_types.h>
49#include <sys/sockio.h>
50#include <sys/soundcard.h>
51#include <sys/disklabel.h>
52
53#include <machine/../linux/linux.h>
29 */
30
31#include <sys/param.h>
32#include <sys/systm.h>
33#include <sys/sysproto.h>
34#include <sys/proc.h>
35#include <sys/cdio.h>
36#include <sys/consio.h>

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

46#include <net/if.h>
47#include <net/if_dl.h>
48#include <net/if_types.h>
49#include <sys/sockio.h>
50#include <sys/soundcard.h>
51#include <sys/disklabel.h>
52
53#include <machine/../linux/linux.h>
54#ifdef __alpha__
54#include <linux_proto.h>
55#include <linux_proto.h>
56#else
57#include <machine/../linux/linux_proto.h>
58#endif
55
56#ifdef __alpha__
57#include <machine/../linux/linux_ioctl.h>
58#else
59#include <compat/linux/linux_ioctl.h>
60#endif
61#include <compat/linux/linux_mib.h>
62#include <compat/linux/linux_util.h>

--- 1479 unchanged lines hidden ---
59
60#ifdef __alpha__
61#include <machine/../linux/linux_ioctl.h>
62#else
63#include <compat/linux/linux_ioctl.h>
64#endif
65#include <compat/linux/linux_mib.h>
66#include <compat/linux/linux_util.h>

--- 1479 unchanged lines hidden ---