Module Name: src
Committed By: matt
Date: Fri Jun 10 21:02:48 UTC 2011
Modified Files:
src/sys/kern: vfs_syscalls.c
Log Message:
l isn't used. nuke it.
To generate a diff of this commit:
cvs rdiff -u -r1.426 -r1.427 src/sys/kern/vfs_syscalls.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/kern/vfs_syscalls.c
diff -u src/sys/kern/vfs_syscalls.c:1.426 src/sys/kern/vfs_syscalls.c:1.427
--- src/sys/kern/vfs_syscalls.c:1.426 Fri Jun 10 13:07:14 2011
+++ src/sys/kern/vfs_syscalls.c Fri Jun 10 21:02:46 2011
@@ -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);