Fix NetBSD def name.

This commit is contained in:
Rene Rivera 2019-01-13 11:56:08 -06:00
parent fee815d6d7
commit 6fea8a4b90

View File

@ -76,7 +76,7 @@ http://www.boost.org/LICENSE_1_0.txt)
# include <boost/predef/detail/os_detected.h>
#endif
#define BOOST_OS_BSD_NET_NAME "DragonFly BSD"
#define BOOST_OS_BSD_NET_NAME "NetBSD"
#endif