Module Name: src Committed By: pgoyette Date: Tue Nov 24 01:01:42 UTC 2015
Modified Files: src/sys/dev/filemon: filemon.c Log Message: finish previous - remove no-longer-used variables To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/dev/filemon/filemon.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/dev/filemon/filemon.c diff -u src/sys/dev/filemon/filemon.c:1.19 src/sys/dev/filemon/filemon.c:1.20 --- src/sys/dev/filemon/filemon.c:1.19 Mon Nov 23 23:27:38 2015 +++ src/sys/dev/filemon/filemon.c Tue Nov 24 01:01:42 2015 @@ -24,7 +24,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: filemon.c,v 1.19 2015/11/23 23:27:38 pgoyette Exp $"); +__KERNEL_RCSID(0, "$NetBSD: filemon.c,v 1.20 2015/11/24 01:01:42 pgoyette Exp $"); #include <sys/param.h> #include <sys/kernel.h> @@ -278,7 +278,7 @@ filemon_ioctl(struct file * fp, u_long c { int error = 0; struct filemon *filemon; - struct proc *tp, *lp, *p; + struct proc *tp; #ifdef DEBUG log(logLevel, "filemon_ioctl(%lu)", cmd);;