summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2016-05-18 22:02:19 +0000
committerglebius <glebius@FreeBSD.org>2016-05-18 22:02:19 +0000
commite971b15ccd4503351ac2deaedfd723240baf4dd5 (patch)
treec0f2b65bb5985347c23ebde59d21e3b86eeff707 /usr.sbin
parent5c5754a42063fb72f39d150fd5df6d25a09e98d1 (diff)
downloadFreeBSD-src-e971b15ccd4503351ac2deaedfd723240baf4dd5.zip
FreeBSD-src-e971b15ccd4503351ac2deaedfd723240baf4dd5.tar.gz
Revert r299830, it has couple of fatal errors.
The CMSG_ family of macros take care of alignment, so we don't need r299830 at all, even if it was correct. Put NO_WCAST_ALIGN into Makefile. Together with: peter
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/bsnmpd/bsnmpd/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/bsnmpd/bsnmpd/Makefile b/usr.sbin/bsnmpd/bsnmpd/Makefile
index 1cf4a8b..e4106e0 100644
--- a/usr.sbin/bsnmpd/bsnmpd/Makefile
+++ b/usr.sbin/bsnmpd/bsnmpd/Makefile
@@ -47,6 +47,7 @@ MANFILTER= sed -e 's%@MODPATH@%${LIBDIR}/%g' \
-e 's%@DEFPATH@%${DEFSDIR}/%g' \
-e 's%@MIBSPATH@%${BMIBSDIR}/%g'
+NO_WCAST_ALIGN= yes
WARNS?= 6
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud