summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorespie <espie@openbsd.org>2013-12-25 14:04:50 +0000
committerespie <espie@openbsd.org>2013-12-25 14:04:50 +0000
commit3b2321bf6440bc5f09171acad9fb5a4877cde312 (patch)
treed1639efb83930151a18285200976b51577e0f6dc
parentPass _dl_dtors as the csu cleanup routine on m68k and m88k; change the (diff)
downloadwireguard-openbsd-3b2321bf6440bc5f09171acad9fb5a4877cde312.tar.xz
wireguard-openbsd-3b2321bf6440bc5f09171acad9fb5a4877cde312.zip
zap defines that don't make any sense for us
okay tedu@
-rw-r--r--sys/tmpfs/tmpfs_vnops.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/tmpfs/tmpfs_vnops.h b/sys/tmpfs/tmpfs_vnops.h
index fdd0151444d..0048b13b151 100644
--- a/sys/tmpfs/tmpfs_vnops.h
+++ b/sys/tmpfs/tmpfs_vnops.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: tmpfs_vnops.h,v 1.4 2013/12/14 18:01:52 espie Exp $ */
+/* $OpenBSD: tmpfs_vnops.h,v 1.5 2013/12/25 14:04:50 espie Exp $ */
/* $NetBSD: tmpfs_vnops.h,v 1.13 2011/05/24 20:17:49 rmind Exp $ */
/*
@@ -54,12 +54,9 @@ int tmpfs_getattr (void *);
int tmpfs_setattr (void *);
int tmpfs_read (void *);
int tmpfs_write (void *);
-#define tmpfs_fcntl genfs_fcntl
int tmpfs_ioctl (void *);
int tmpfs_poll (void *);
-#define tmpfs_mmap genfs_mmap
int tmpfs_fsync (void *);
-#define tmpfs_seek genfs_seek
int tmpfs_remove (void *);
int tmpfs_link (void *);
int tmpfs_rename (void *);