Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/ufs/lfs g/c CHECK_COPYIN.



details:   https://anonhg.NetBSD.org/src/rev/61a2d7045330
branches:  trunk
changeset: 551682:61a2d7045330
user:      yamt <yamt%NetBSD.org@localhost>
date:      Wed Sep 10 11:09:11 2003 +0000

description:
g/c CHECK_COPYIN.

diffstat:

 sys/ufs/lfs/lfs_syscalls.c |  7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diffs (28 lines):

diff -r 1d3ed2e69b26 -r 61a2d7045330 sys/ufs/lfs/lfs_syscalls.c
--- a/sys/ufs/lfs/lfs_syscalls.c        Wed Sep 10 10:55:50 2003 +0000
+++ b/sys/ufs/lfs/lfs_syscalls.c        Wed Sep 10 11:09:11 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: lfs_syscalls.c,v 1.97 2003/08/07 16:34:38 agc Exp $    */
+/*     $NetBSD: lfs_syscalls.c,v 1.98 2003/09/10 11:09:11 yamt Exp $   */
 
 /*-
  * Copyright (c) 1999, 2000, 2001, 2002, 2003 The NetBSD Foundation, Inc.
@@ -67,7 +67,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: lfs_syscalls.c,v 1.97 2003/08/07 16:34:38 agc Exp $");
+__KERNEL_RCSID(0, "$NetBSD: lfs_syscalls.c,v 1.98 2003/09/10 11:09:11 yamt Exp $");
 
 #ifndef LFS
 # define LFS           /* for prototypes in syscallargs.h */
@@ -231,9 +231,6 @@
        daddr_t b_daddr, v_daddr;
        int cnt, error;
        int do_again = 0;
-#ifdef CHECK_COPYIN
-       int i;
-#endif /* CHECK_COPYIN */
        int numrefed = 0;
        ino_t maxino;
        size_t obsize;



Home | Main Index | Thread Index | Old Index