svn commit: r238915 - head/sys/vm
Alan Cox
alc at FreeBSD.org
Mon Jul 30 20:38:38 UTC 2012
Author: alc
Date: Mon Jul 30 20:38:37 2012
New Revision: 238915
URL: http://svn.freebsd.org/changeset/base/238915
Log:
Eliminate an unneeded declaration. (I should have removed this as part
of r227568.)
Modified:
head/sys/vm/vm_page.h
Modified: head/sys/vm/vm_page.h
==============================================================================
--- head/sys/vm/vm_page.h Mon Jul 30 19:26:02 2012 (r238914)
+++ head/sys/vm/vm_page.h Mon Jul 30 20:38:37 2012 (r238915)
@@ -310,7 +310,6 @@ extern struct vpglocks pa_lock[];
*
*/
-struct vnode;
extern int vm_page_zero_count;
extern vm_page_t vm_page_array; /* First resident page in table */
More information about the svn-src-head
mailing list