Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Jun 2012 10:14:51 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r237476 - head/sys/sys
Message-ID:  <201206231014.q5NAEpUL034211@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kib
Date: Sat Jun 23 10:14:51 2012
New Revision: 237476
URL: http://svn.freebsd.org/changeset/base/237476

Log:
  Remove no longer needed forward declaration for struct sf_buf.
  
  MFC after:	 29 days

Modified:
  head/sys/sys/sysent.h

Modified: head/sys/sys/sysent.h
==============================================================================
--- head/sys/sys/sysent.h	Sat Jun 23 09:50:41 2012	(r237475)
+++ head/sys/sys/sysent.h	Sat Jun 23 10:14:51 2012	(r237476)
@@ -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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201206231014.q5NAEpUL034211>