[Midnightbsd-cvs] src [8103] trunk/sys/sys/sysent.h: remove unneeded forward declaration.
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Thu Sep 15 19:09:03 EDT 2016
Revision: 8103
http://svnweb.midnightbsd.org/src/?rev=8103
Author: laffer1
Date: 2016-09-15 19:09:03 -0400 (Thu, 15 Sep 2016)
Log Message:
-----------
remove unneeded forward declaration.
Modified Paths:
--------------
trunk/sys/sys/sysent.h
Modified: trunk/sys/sys/sysent.h
===================================================================
--- trunk/sys/sys/sysent.h 2016-09-15 23:07:52 UTC (rev 8102)
+++ trunk/sys/sys/sysent.h 2016-09-15 23:09:03 UTC (rev 8103)
@@ -260,7 +260,6 @@
int syscall_thread_enter(struct thread *td, struct sysent *se);
void syscall_thread_exit(struct thread *td, struct sysent *se);
-struct sf_buf;
int shared_page_alloc(int size, int align);
int shared_page_fill(int size, int align, const void *data);
void shared_page_write(int base, int size, const void *data);
More information about the Midnightbsd-cvs
mailing list