PERFORCE change 200166 for review

John Baldwin jhb at FreeBSD.org
Thu Oct 13 18:26:13 UTC 2011


http://p4web.freebsd.org/@@200166?ac=10

Change 200166 by jhb at jhb_jhbbsd on 2011/10/13 18:25:33

	Compile.

Affected files ...

.. //depot/projects/fadvise/sys/kern/vfs_syscalls.c#4 edit

Differences ...

==== //depot/projects/fadvise/sys/kern/vfs_syscalls.c#4 (text+ko) ====

@@ -4857,7 +4857,7 @@
 {
 	struct file *fp;
 	struct vnode *vp;
-	off_t newoff, start, end;
+	off_t start, end;
 	int error, vfslocked;
 
 	if (uap->offset < 0 || uap->len < 0 ||


More information about the p4-projects mailing list