1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Add OpenBSD/NetBSD to the #define's

This commit is contained in:
David E. O'Brien 1997-06-29 09:19:34 +00:00
parent 1278bfd2c5
commit 3e54ff43ee
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=7112

View File

@ -15,7 +15,7 @@
#if defined(sys5) || defined(BSDI)
extern char *crypt P__((CONST char *, CONST char *));
#else
+#if ! defined(__FreeBSD__)
+#if ! (defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__))
extern char *crypt P__((u_char *, u_char *));
#endif
+#endif