Patches to enable compilation on OpenBSD 5.7/FreeBSD 10.1.

This commit is contained in:
Douglas Carmichael
2015-06-14 11:10:36 -05:00
committed by Jon Trulson
parent 87d863b8a4
commit aaab59761f
3 changed files with 4 additions and 24 deletions

View File

@@ -123,6 +123,9 @@ extern int errno;
# ifdef __FreeBSD__
# define USE_CRYPT
# endif
# ifdef __OpenBSD__
# define USE_CRYPT
# endif
# ifdef sun
# define USE_CRYPT
# if (OSMAJORVERSION >= 4)