svn commit: r188674 - head/sys/net

Luigi Rizzo luigi at FreeBSD.org
Mon Feb 16 07:09:38 PST 2009


Author: luigi
Date: Mon Feb 16 15:09:37 2009
New Revision: 188674
URL: http://svn.freebsd.org/changeset/base/188674

Log:
  remove unnecessary forward declaration

Modified:
  head/sys/net/if.h

Modified: head/sys/net/if.h
==============================================================================
--- head/sys/net/if.h	Mon Feb 16 15:08:41 2009	(r188673)
+++ head/sys/net/if.h	Mon Feb 16 15:09:37 2009	(r188674)
@@ -452,8 +452,6 @@ __END_DECLS
 #endif
 
 #ifdef _KERNEL
-struct thread;
-
 /* XXX - this should go away soon. */
 #include <net/if_var.h>
 #endif


More information about the svn-src-all mailing list