Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libperfuse Fix the build by adding (unused) flags argume...
details: https://anonhg.NetBSD.org/src/rev/4bd697db2db5
branches: trunk
changeset: 779927:4bd697db2db5
user: abs <abs%NetBSD.org@localhost>
date: Thu Jun 28 13:53:13 2012 +0000
description:
Fix the build by adding (unused) flags argument to perfuse_node_setattr_ttl
diffstat:
lib/libperfuse/ops.c | 6 +++---
lib/libperfuse/perfuse_priv.h | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diffs (43 lines):
diff -r 942f26d342fc -r 4bd697db2db5 lib/libperfuse/ops.c
--- a/lib/libperfuse/ops.c Thu Jun 28 08:55:10 2012 +0000
+++ b/lib/libperfuse/ops.c Thu Jun 28 13:53:13 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ops.c,v 1.57 2012/06/14 05:58:22 manu Exp $ */
+/* $NetBSD: ops.c,v 1.58 2012/06/28 13:53:13 abs Exp $ */
/*-
* Copyright (c) 2010-2011 Emmanuel Dreyfus. All rights reserved.
@@ -1680,13 +1680,13 @@
const struct vattr *vap, const struct puffs_cred *pcr)
{
return perfuse_node_setattr_ttl(pu, opc,
- __UNCONST(vap), pcr, NULL);
+ __UNCONST(vap), pcr, NULL, 0);
}
int
perfuse_node_setattr_ttl(struct puffs_usermount *pu, puffs_cookie_t opc,
struct vattr *vap, const struct puffs_cred *pcr,
- struct timespec *va_ttl)
+ struct timespec *va_ttl, int flags)
{
perfuse_msg_t *pm;
uint64_t fh;
diff -r 942f26d342fc -r 4bd697db2db5 lib/libperfuse/perfuse_priv.h
--- a/lib/libperfuse/perfuse_priv.h Thu Jun 28 08:55:10 2012 +0000
+++ b/lib/libperfuse/perfuse_priv.h Thu Jun 28 13:53:13 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: perfuse_priv.h,v 1.29 2012/04/18 00:57:22 manu Exp $ */
+/* $NetBSD: perfuse_priv.h,v 1.30 2012/06/28 13:53:13 abs Exp $ */
/*-
* Copyright (c) 2010-2011 Emmanuel Dreyfus. All rights reserved.
@@ -259,7 +259,7 @@
struct timespec *);
int perfuse_node_setattr_ttl(struct puffs_usermount *,
puffs_cookie_t, struct vattr *, const struct puffs_cred *,
- struct timespec *);
+ struct timespec *, int flags);
struct perfuse_trace *perfuse_trace_begin(struct perfuse_state *,
puffs_cookie_t, perfuse_msg_t *);
Home |
Main Index |
Thread Index |
Old Index