Deleted Added
full compact
linux32_dummy.c (232799) linux32_dummy.c (234352)
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/amd64/linux32/linux32_dummy.c 232799 2012-03-10 23:10:18Z netchild $");
30__FBSDID("$FreeBSD: head/sys/amd64/linux32/linux32_dummy.c 234352 2012-04-16 21:22:02Z jkim $");
31
32#include <sys/param.h>
33#include <sys/systm.h>
34#include <sys/proc.h>
35
36#include <amd64/linux32/linux.h>
37#include <amd64/linux32/linux32_proto.h>
38#include <compat/linux/linux_util.h>

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

117/* linux 2.6.25: */
118DUMMY(timerfd_settime);
119DUMMY(timerfd_gettime);
120/* linux 2.6.27: */
121DUMMY(signalfd4);
122DUMMY(eventfd2);
123DUMMY(epoll_create1);
124DUMMY(dup3);
31
32#include <sys/param.h>
33#include <sys/systm.h>
34#include <sys/proc.h>
35
36#include <amd64/linux32/linux.h>
37#include <amd64/linux32/linux32_proto.h>
38#include <compat/linux/linux_util.h>

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

117/* linux 2.6.25: */
118DUMMY(timerfd_settime);
119DUMMY(timerfd_gettime);
120/* linux 2.6.27: */
121DUMMY(signalfd4);
122DUMMY(eventfd2);
123DUMMY(epoll_create1);
124DUMMY(dup3);
125DUMMY(pipe2);
126DUMMY(inotify_init1);
127/* linux 2.6.30: */
128DUMMY(preadv);
129DUMMY(pwritev);
130/* linux 2.6.31: */
131DUMMY(rt_tsigqueueinfo);
132DUMMY(perf_event_open);
133/* linux 2.6.33: */

--- 35 unchanged lines hidden ---
125DUMMY(inotify_init1);
126/* linux 2.6.30: */
127DUMMY(preadv);
128DUMMY(pwritev);
129/* linux 2.6.31: */
130DUMMY(rt_tsigqueueinfo);
131DUMMY(perf_event_open);
132/* linux 2.6.33: */

--- 35 unchanged lines hidden ---