diff options
author | kib <kib@FreeBSD.org> | 2012-06-23 10:14:51 +0000 |
---|---|---|
committer | kib <kib@FreeBSD.org> | 2012-06-23 10:14:51 +0000 |
commit | 272b158498013049146320ceb907ed709682fe00 (patch) | |
tree | 1ca1e5fb336ae4500d9065725174288836473927 | |
parent | 497817697cfb819824b7ae8619a5094ace1b3698 (diff) | |
download | FreeBSD-src-272b158498013049146320ceb907ed709682fe00.zip FreeBSD-src-272b158498013049146320ceb907ed709682fe00.tar.gz |
Remove no longer needed forward declaration for struct sf_buf.
MFC after: 29 days
-rw-r--r-- | sys/sys/sysent.h | 1 |
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); |