svn commit: r357736 - head/usr.sbin/bsnmpd/modules/snmp_bridge

Warner Losh imp at FreeBSD.org
Mon Feb 10 17:16:46 UTC 2020


Author: imp
Date: Mon Feb 10 17:16:45 2020
New Revision: 357736
URL: https://svnweb.freebsd.org/changeset/base/357736

Log:
  Fix comment. It mentioned sparc64 specifically, but alignment issues
  are present elsewhere.
  
  Reivewed by: cy@, bcr@
  Differential Revision: https://reviews.freebsd.org/D23593

Modified:
  head/usr.sbin/bsnmpd/modules/snmp_bridge/bridge_sys.c

Modified: head/usr.sbin/bsnmpd/modules/snmp_bridge/bridge_sys.c
==============================================================================
--- head/usr.sbin/bsnmpd/modules/snmp_bridge/bridge_sys.c	Mon Feb 10 17:16:41 2020	(r357735)
+++ head/usr.sbin/bsnmpd/modules/snmp_bridge/bridge_sys.c	Mon Feb 10 17:16:45 2020	(r357736)
@@ -586,8 +586,7 @@ bridge_get_basemac(const char *bif_name, u_char *mac, 
 			continue;
 
 		/*
-		 * Not just casting because of alignment constraints
-		 * on sparc64.
+		 * Not just casting because of alignment constraints.
 		 */
 		bcopy(ifa->ifa_addr, &sdl, sizeof(struct sockaddr_dl));
 


More information about the svn-src-head mailing list