summaryrefslogtreecommitdiffstats
path: root/sys/fs/tmpfs/tmpfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/fs/tmpfs/tmpfs.h')
-rw-r--r--sys/fs/tmpfs/tmpfs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/fs/tmpfs/tmpfs.h b/sys/fs/tmpfs/tmpfs.h
index 196749b..8c618e0 100644
--- a/sys/fs/tmpfs/tmpfs.h
+++ b/sys/fs/tmpfs/tmpfs.h
@@ -425,8 +425,8 @@ int tmpfs_chmod(struct vnode *, mode_t, struct ucred *, struct thread *);
int tmpfs_chown(struct vnode *, uid_t, gid_t, struct ucred *,
struct thread *);
int tmpfs_chsize(struct vnode *, u_quad_t, struct ucred *, struct thread *);
-int tmpfs_chtimes(struct vnode *, struct timespec *, struct timespec *,
- struct timespec *, int, struct ucred *, struct thread *);
+int tmpfs_chtimes(struct vnode *, struct vattr *, struct ucred *cred,
+ struct thread *);
void tmpfs_itimes(struct vnode *, const struct timespec *,
const struct timespec *);
OpenPOWER on IntegriCloud