Deleted Added
full compact
linux_dummy.c (220030) linux_dummy.c (228957)
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

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

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
29#include <sys/cdefs.h>
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

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

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
29#include <sys/cdefs.h>
30__FBSDID("$FreeBSD: head/sys/i386/linux/linux_dummy.c 220030 2011-03-26 10:59:24Z avg $");
30__FBSDID("$FreeBSD: head/sys/i386/linux/linux_dummy.c 228957 2011-12-29 15:34:59Z jhb $");
31
32#include <sys/param.h>
33#include <sys/systm.h>
34#include <sys/proc.h>
35
36#include <i386/linux/linux.h>
37#include <i386/linux/linux_proto.h>
38#include <compat/linux/linux_util.h>

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

57DUMMY(query_module);
58DUMMY(nfsservctl);
59DUMMY(rt_sigqueueinfo);
60DUMMY(sendfile); /* different semantics */
61DUMMY(setfsuid);
62DUMMY(setfsgid);
63DUMMY(pivot_root);
64DUMMY(mincore);
31
32#include <sys/param.h>
33#include <sys/systm.h>
34#include <sys/proc.h>
35
36#include <i386/linux/linux.h>
37#include <i386/linux/linux_proto.h>
38#include <compat/linux/linux_util.h>

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

57DUMMY(query_module);
58DUMMY(nfsservctl);
59DUMMY(rt_sigqueueinfo);
60DUMMY(sendfile); /* different semantics */
61DUMMY(setfsuid);
62DUMMY(setfsgid);
63DUMMY(pivot_root);
64DUMMY(mincore);
65DUMMY(fadvise64);
66DUMMY(lookup_dcookie);
67DUMMY(epoll_create);
68DUMMY(epoll_ctl);
69DUMMY(epoll_wait);
70DUMMY(remap_file_pages);
71DUMMY(fstatfs64);
65DUMMY(lookup_dcookie);
66DUMMY(epoll_create);
67DUMMY(epoll_ctl);
68DUMMY(epoll_wait);
69DUMMY(remap_file_pages);
70DUMMY(fstatfs64);
72DUMMY(fadvise64_64);
73DUMMY(mbind);
74DUMMY(get_mempolicy);
75DUMMY(set_mempolicy);
76DUMMY(kexec_load);
77DUMMY(waitid);
78DUMMY(add_key);
79DUMMY(request_key);
80DUMMY(keyctl);

--- 34 unchanged lines hidden ---
71DUMMY(mbind);
72DUMMY(get_mempolicy);
73DUMMY(set_mempolicy);
74DUMMY(kexec_load);
75DUMMY(waitid);
76DUMMY(add_key);
77DUMMY(request_key);
78DUMMY(keyctl);

--- 34 unchanged lines hidden ---