svn commit: r306362 - head/sys/net

Kevin Lo kevlo at FreeBSD.org
Tue Sep 27 08:11:10 UTC 2016


Author: kevlo
Date: Tue Sep 27 08:11:09 2016
New Revision: 306362
URL: https://svnweb.freebsd.org/changeset/base/306362

Log:
  Remove a comment about the size of the ifnet structure.
  
  Reviewed by:	adrian
  Differential Revision:	https://reviews.freebsd.org/D8036

Modified:
  head/sys/net/if_var.h

Modified: head/sys/net/if_var.h
==============================================================================
--- head/sys/net/if_var.h	Tue Sep 27 07:29:15 2016	(r306361)
+++ head/sys/net/if_var.h	Tue Sep 27 08:11:09 2016	(r306362)
@@ -178,9 +178,6 @@ struct if_encap_req {
 
 /*
  * Structure defining a network interface.
- *
- * Size ILP32:  592 (approx)
- *	 LP64: 1048 (approx)
  */
 struct ifnet {
 	/* General book keeping of interface lists. */


More information about the svn-src-all mailing list