Deleted Added
full compact
linux_dummy.c (97748) linux_dummy.c (104893)
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/i386/linux/linux_dummy.c 97748 2002-06-02 20:05:59Z schweikh $
28 * $FreeBSD: head/sys/i386/linux/linux_dummy.c 104893 2002-10-11 11:43:09Z sobomax $
29 */
30
31#include <sys/param.h>
32#include <sys/systm.h>
33#include <sys/proc.h>
34
35#include <i386/linux/linux.h>
36#include <i386/linux/linux_proto.h>

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

58DUMMY(nfsservctl);
59DUMMY(prctl);
60DUMMY(rt_sigpending);
61DUMMY(rt_sigtimedwait);
62DUMMY(rt_sigqueueinfo);
63DUMMY(capget);
64DUMMY(capset);
65DUMMY(sendfile);
29 */
30
31#include <sys/param.h>
32#include <sys/systm.h>
33#include <sys/proc.h>
34
35#include <i386/linux/linux.h>
36#include <i386/linux/linux_proto.h>

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

58DUMMY(nfsservctl);
59DUMMY(prctl);
60DUMMY(rt_sigpending);
61DUMMY(rt_sigtimedwait);
62DUMMY(rt_sigqueueinfo);
63DUMMY(capget);
64DUMMY(capset);
65DUMMY(sendfile);
66DUMMY(mmap2);
67DUMMY(truncate64);
66DUMMY(truncate64);
68DUMMY(ftruncate64);
69DUMMY(setfsuid);
70DUMMY(setfsgid);
71DUMMY(pivot_root);
72DUMMY(mincore);
73DUMMY(madvise);
67DUMMY(setfsuid);
68DUMMY(setfsgid);
69DUMMY(pivot_root);
70DUMMY(mincore);
71DUMMY(madvise);