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. */ _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"