Date: Tue, 27 Mar 2018 18:55:39 +0000 (UTC) From: Brooks Davis <brooks@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r331644 - head/sys/net Message-ID: <201803271855.w2RItdvn007340@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: brooks Date: Tue Mar 27 18:55:39 2018 New Revision: 331644 URL: https://svnweb.freebsd.org/changeset/base/331644 Log: Fix a whitespace bug missed in refactoring prior to r331641. MFC with: r331641 Modified: head/sys/net/if.c Modified: head/sys/net/if.c ============================================================================== --- head/sys/net/if.c Tue Mar 27 18:52:27 2018 (r331643) +++ head/sys/net/if.c Tue Mar 27 18:55:39 2018 (r331644) @@ -138,9 +138,9 @@ CTASSERT(__offsetof(struct ifreq, ifr_ifru) == #endif union ifreq_union { - struct ifreq ifr; + struct ifreq ifr; #ifdef COMPAT_FREEBSD32 - struct ifreq32 ifr32; + struct ifreq32 ifr32; #endif };
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803271855.w2RItdvn007340>