diff options
author | glebius <glebius@FreeBSD.org> | 2016-05-18 22:02:19 +0000 |
---|---|---|
committer | glebius <glebius@FreeBSD.org> | 2016-05-18 22:02:19 +0000 |
commit | e971b15ccd4503351ac2deaedfd723240baf4dd5 (patch) | |
tree | c0f2b65bb5985347c23ebde59d21e3b86eeff707 /usr.sbin/bsnmpd | |
parent | 5c5754a42063fb72f39d150fd5df6d25a09e98d1 (diff) | |
download | FreeBSD-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/bsnmpd')
-rw-r--r-- | usr.sbin/bsnmpd/bsnmpd/Makefile | 1 |
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> |