Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern add missing prototype
details: https://anonhg.NetBSD.org/src/rev/aa1898d010a3
branches: trunk
changeset: 768457:aa1898d010a3
user: martin <martin%NetBSD.org@localhost>
date: Wed Aug 17 08:31:27 2011 +0000
description:
add missing prototype
diffstat:
sys/kern/vfs_syscalls.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (27 lines):
diff -r d91517a436df -r aa1898d010a3 sys/kern/vfs_syscalls.c
--- a/sys/kern/vfs_syscalls.c Wed Aug 17 08:29:20 2011 +0000
+++ b/sys/kern/vfs_syscalls.c Wed Aug 17 08:31:27 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vfs_syscalls.c,v 1.434 2011/08/17 07:22:34 manu Exp $ */
+/* $NetBSD: vfs_syscalls.c,v 1.435 2011/08/17 08:31:27 martin Exp $ */
/*-
* Copyright (c) 2008, 2009 The NetBSD Foundation, Inc.
@@ -70,7 +70,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vfs_syscalls.c,v 1.434 2011/08/17 07:22:34 manu Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vfs_syscalls.c,v 1.435 2011/08/17 08:31:27 martin Exp $");
#ifdef _KERNEL_OPT
#include "opt_fileassoc.h"
@@ -117,6 +117,8 @@
static int change_flags(struct vnode *, u_long, struct lwp *);
static int change_mode(struct vnode *, int, struct lwp *l);
static int change_owner(struct vnode *, uid_t, gid_t, struct lwp *, int);
+int do_sys_utimens(struct lwp *l, struct vnode *vp, const char *path,
+ int flag, const struct timespec *tptr, enum uio_seg seg);
/*
* This table is used to maintain compatibility with 4.3BSD
Home |
Main Index |
Thread Index |
Old Index