diff options
| author | 2004-04-05 00:01:12 +0000 | |
|---|---|---|
| committer | 2004-04-05 00:01:12 +0000 | |
| commit | d08efb1adfb02497d6075e741f7a8836aa10b5c1 (patch) | |
| tree | 84b9b65db297046644fcd4c15ab19dd20b119aa7 /sys/compat/linux/linux_dummy.c | |
| parent | Can't resist. (diff) | |
| download | wireguard-openbsd-d08efb1adfb02497d6075e741f7a8836aa10b5c1.tar.xz wireguard-openbsd-d08efb1adfb02497d6075e741f7a8836aa10b5c1.zip | |
madvise works fine without translation, from Sam Smith.
Diffstat (limited to 'sys/compat/linux/linux_dummy.c')
| -rw-r--r-- | sys/compat/linux/linux_dummy.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/compat/linux/linux_dummy.c b/sys/compat/linux/linux_dummy.c index 57166f51ab7..9619c1b3cc4 100644 --- a/sys/compat/linux/linux_dummy.c +++ b/sys/compat/linux/linux_dummy.c @@ -1,4 +1,4 @@ -/* $OpenBSD: linux_dummy.c,v 1.14 2003/09/04 02:57:22 tedu Exp $ */ +/* $OpenBSD: linux_dummy.c,v 1.15 2004/04/05 00:01:12 tedu Exp $ */ /*- * Copyright (c) 1994-1995 Søren Schmidt @@ -115,7 +115,6 @@ DUMMY(chown); /* #212 */ DUMMY(setfsgid); /* #216 */ DUMMY(pivot_root); /* #217 */ DUMMY(mincore); /* #218 */ -DUMMY(madvise); /* #219 */ DUMMY(fadvise64); /* #250 */ #define DUMMY_XATTR(s) \ |
