Date: Tue, 27 Sep 2016 08:11:09 +0000 (UTC) From: Kevin Lo <kevlo@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r306362 - head/sys/net Message-ID: <201609270811.u8R8B9c1099487@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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. */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609270811.u8R8B9c1099487>