Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libpuffs consistency fixes.



details:   https://anonhg.NetBSD.org/src/rev/708933b887a0
branches:  trunk
changeset: 341590:708933b887a0
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Nov 12 17:51:05 2015 +0000

description:
consistency fixes.

diffstat:

 lib/libpuffs/puffs.h     |  6 +++---
 lib/libpuffs/puffs_ops.3 |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (48 lines):

diff -r a152ce187c14 -r 708933b887a0 lib/libpuffs/puffs.h
--- a/lib/libpuffs/puffs.h      Thu Nov 12 17:45:12 2015 +0000
+++ b/lib/libpuffs/puffs.h      Thu Nov 12 17:51:05 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: puffs.h,v 1.126 2014/10/31 13:56:04 manu Exp $ */
+/*     $NetBSD: puffs.h,v 1.127 2015/11/12 17:51:05 christos Exp $     */
 
 /*
  * Copyright (c) 2005, 2006, 2007  Antti Kantee.  All Rights Reserved.
@@ -420,9 +420,9 @@
        int fsname##_node_open2(struct puffs_usermount *,               \
            puffs_cookie_t, int, const struct puffs_cred *, int *);     \
        int fsname##_node_fallocate(struct puffs_usermount *,           \
-           puffs_cookie_t, int, off_t, off_t);                         \
+           puffs_cookie_t, off_t, off_t);                              \
        int fsname##_node_fdiscard(struct puffs_usermount *,            \
-           puffs_cookie_t, int, off_t, off_t);
+           puffs_cookie_t, off_t, off_t);
 
 
 #define PUFFSOP_INIT(ops)                                              \
diff -r a152ce187c14 -r 708933b887a0 lib/libpuffs/puffs_ops.3
--- a/lib/libpuffs/puffs_ops.3  Thu Nov 12 17:45:12 2015 +0000
+++ b/lib/libpuffs/puffs_ops.3  Thu Nov 12 17:51:05 2015 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: puffs_ops.3,v 1.43 2015/11/09 15:12:12 christos Exp $
+.\"    $NetBSD: puffs_ops.3,v 1.44 2015/11/12 17:51:05 christos Exp $
 .\"
 .\" Copyright (c) 2007 Antti Kantee.  All rights reserved.
 .\"
@@ -114,7 +114,7 @@
 .Fc
 .Ft int
 .Fo puffs_node_setattr_ttl
-.Fa "struct puffs_usermount *pu" "puffs_cookie_t opc" "const struct vattr *vap"
+.Fa "struct puffs_usermount *pu" "puffs_cookie_t opc" "struct vattr *vap"
 .Fa "const struct puffs_cred *pcr" "struct timespec *va_ttl" "int xflag"
 .Fc
 .Ft int
@@ -217,7 +217,7 @@
 .Ft int
 .Fo puffs_node_listextattr
 .Fa "struct puffs_usermount *pu" "puffs_cookie_t opc" "int attrnamespace"
-.Fa "size_t *attrssize" "uint8_t *attrs" "iint flag" "size_t *resid"
+.Fa "size_t *attrssize" "uint8_t *attrs" "size_t *resid" "int flag"
 .Fa "const struct puffs_cred *pcr"
 .Fc
 .Ft int



Home | Main Index | Thread Index | Old Index