summaryrefslogtreecommitdiffstats
path: root/sys/sys/sysent.h
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2012-06-23 10:14:51 +0000
committerkib <kib@FreeBSD.org>2012-06-23 10:14:51 +0000
commit272b158498013049146320ceb907ed709682fe00 (patch)
tree1ca1e5fb336ae4500d9065725174288836473927 /sys/sys/sysent.h
parent497817697cfb819824b7ae8619a5094ace1b3698 (diff)
downloadFreeBSD-src-272b158498013049146320ceb907ed709682fe00.zip
FreeBSD-src-272b158498013049146320ceb907ed709682fe00.tar.gz
Remove no longer needed forward declaration for struct sf_buf.
MFC after: 29 days
Diffstat (limited to 'sys/sys/sysent.h')
-rw-r--r--sys/sys/sysent.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/sys/sysent.h b/sys/sys/sysent.h
index 6de72d9..c49db41 100644
--- a/sys/sys/sysent.h
+++ b/sys/sys/sysent.h
@@ -260,7 +260,6 @@ int lkmressys(struct thread *, struct nosys_args *);
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);
OpenPOWER on IntegriCloud