Author: kib
Date: Sat Sep 22 12:35:22 2012
New Revision: 240817
URL: http://svn.freebsd.org/changeset/base/240817

Log:
  MFC r237476:
  Remove no longer needed forward declaration for struct sf_buf.

Modified:
  stable/9/sys/sys/sysent.h
Directory Properties:
  stable/9/sys/   (props changed)

Modified: stable/9/sys/sys/sysent.h
==============================================================================
--- stable/9/sys/sys/sysent.h   Sat Sep 22 12:34:02 2012        (r240816)
+++ stable/9/sys/sys/sysent.h   Sat Sep 22 12:35:22 2012        (r240817)
@@ -260,7 +260,6 @@ int lkmressys(struct thread *, struct no
 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);
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to