Deleted Added
full compact
linux32_dummy.c (165689) linux32_dummy.c (168014)
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 165689 2006-12-31 13:16:00Z netchild $");
30__FBSDID("$FreeBSD: head/sys/amd64/linux32/linux32_dummy.c 168014 2007-03-29 02:11:46Z julian $");
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>

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

92DUMMY(request_key);
93DUMMY(keyctl);
94DUMMY(ioprio_set);
95DUMMY(ioprio_get);
96DUMMY(inotify_init);
97DUMMY(inotify_add_watch);
98DUMMY(inotify_rm_watch);
99DUMMY(migrate_pages);
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>

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

92DUMMY(request_key);
93DUMMY(keyctl);
94DUMMY(ioprio_set);
95DUMMY(ioprio_get);
96DUMMY(inotify_init);
97DUMMY(inotify_add_watch);
98DUMMY(inotify_rm_watch);
99DUMMY(migrate_pages);
100DUMMY(openat);
101DUMMY(mkdirat);
102DUMMY(mknodat);
103DUMMY(fchownat);
104DUMMY(futimesat);
105DUMMY(fstatat64);
106DUMMY(unlinkat);
107DUMMY(renameat);
108DUMMY(linkat);

--- 28 unchanged lines hidden ---
100DUMMY(mkdirat);
101DUMMY(mknodat);
102DUMMY(fchownat);
103DUMMY(futimesat);
104DUMMY(fstatat64);
105DUMMY(unlinkat);
106DUMMY(renameat);
107DUMMY(linkat);

--- 28 unchanged lines hidden ---