diff options
| author | 2002-10-28 03:39:30 +0000 | |
|---|---|---|
| committer | 2002-10-28 03:39:30 +0000 | |
| commit | af23ea365d8b81d6358809b089e1e545dc56bb3b (patch) | |
| tree | 0c0803221af418984b9c6583f53d837f326791d4 /sys/compat/linux/linux_dummy.c | |
| parent | add getdents64. (diff) | |
| download | wireguard-openbsd-af23ea365d8b81d6358809b089e1e545dc56bb3b.tar.xz wireguard-openbsd-af23ea365d8b81d6358809b089e1e545dc56bb3b.zip | |
getdents64 support, based on FreeBSD.
thanks to jpmk@fibertel.com.ar for providing a testbed; jasoni ok.
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 7a0e732d4d6..ac06b9a0451 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.8 2002/06/02 22:49:59 deraadt Exp $ */ +/* $OpenBSD: linux_dummy.c,v 1.9 2002/10/28 03:39:30 fgsch Exp $ */ /*- * Copyright (c) 1994-1995 Søren Schmidt @@ -121,4 +121,3 @@ DUMMY(setfsgid); /* #216 */ DUMMY(pivot_root); /* #217 */ DUMMY(mincore); /* #218 */ DUMMY(madvise); /* #219 */ -DUMMY(getdents64); /* #220 */ |
