Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern l isn't used. nuke it.
details: https://anonhg.NetBSD.org/src/rev/8fe13746f835
branches: trunk
changeset: 765930:8fe13746f835
user: matt <matt%NetBSD.org@localhost>
date: Fri Jun 10 21:02:46 2011 +0000
description:
l isn't used. nuke it.
diffstat:
sys/kern/vfs_syscalls.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 1f3b06d4e285 -r 8fe13746f835 sys/kern/vfs_syscalls.c
--- a/sys/kern/vfs_syscalls.c Fri Jun 10 17:10:43 2011 +0000
+++ b/sys/kern/vfs_syscalls.c Fri Jun 10 21:02:46 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vfs_syscalls.c,v 1.426 2011/06/10 13:07:14 uebayasi Exp $ */
+/* $NetBSD: vfs_syscalls.c,v 1.427 2011/06/10 21:02:46 matt 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.426 2011/06/10 13:07:14 uebayasi Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vfs_syscalls.c,v 1.427 2011/06/10 21:02:46 matt Exp $");
#ifdef _KERNEL_OPT
#include "opt_fileassoc.h"
@@ -3150,7 +3150,6 @@
struct pathbuf *frompb, *topb;
struct nameidata fromnd, tond;
struct mount *fs;
- struct lwp *l = curlwp;
int error;
error = pathbuf_maybe_copyin(from, seg, &frompb);
Home |
Main Index |
Thread Index |
Old Index