Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/rump/librump/rumpvfs Mark the vattr50 translation helper...
details: https://anonhg.NetBSD.org/src/rev/cfa116b38d95
branches: trunk
changeset: 337678:cfa116b38d95
user: pooka <pooka%NetBSD.org@localhost>
date: Thu Apr 23 10:50:29 2015 +0000
description:
Mark the vattr50 translation helpers as COMPAT_50
diffstat:
sys/rump/librump/rumpvfs/rumpvfs.ifspec | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (17 lines):
diff -r 8ee366eaa471 -r cfa116b38d95 sys/rump/librump/rumpvfs/rumpvfs.ifspec
--- a/sys/rump/librump/rumpvfs/rumpvfs.ifspec Thu Apr 23 10:50:00 2015 +0000
+++ b/sys/rump/librump/rumpvfs/rumpvfs.ifspec Thu Apr 23 10:50:29 2015 +0000
@@ -1,4 +1,4 @@
-; $NetBSD: rumpvfs.ifspec,v 1.9 2014/04/25 13:10:42 pooka Exp $
+; $NetBSD: rumpvfs.ifspec,v 1.10 2015/04/23 10:50:29 pooka Exp $
NAME|vfs
PUBHDR|include/rump/rumpvfs_if_pub.h
@@ -51,5 +51,5 @@
; Other compat glue (for sniffing purposes)
; XXX: (lack of) types
-void |vattr50_to_vattr |const struct vattr *, struct vattr *
-void |vattr_to_vattr50 |const struct vattr *, struct vattr *
+void |vattr50_to_vattr|const struct vattr *, struct vattr *|COMPAT_50
+void |vattr_to_vattr50|const struct vattr *, struct vattr *|COMPAT_50
Home |
Main Index |
Thread Index |
Old Index