diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2013-12-25 14:04:51 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2013-12-25 14:04:51 +0000 |
commit | 7b265d36d271ff7939c60c63d4c3ec60e650c45c (patch) | |
tree | 767592b43eb439eb7ec75fbda1e45c5f25becea1 /sys/tmpfs | |
parent | 9a9649217fef70217453948a9ff45be4e6ab2c8c (diff) |
zap defines that don't make any sense for us
okay tedu@
Diffstat (limited to 'sys/tmpfs')
-rw-r--r-- | sys/tmpfs/tmpfs_vnops.h | 5 |
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 *); |