diff options
author | Warner Losh <imp@FreeBSD.org> | 1997-09-12 00:11:00 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 1997-09-12 00:11:00 +0000 |
commit | ad6a80b2fb781f091687b6cab6a71a4ca50ddcb7 (patch) | |
tree | 4f8bb8761948271d7918659870ee98521b45e82e /security/cfs | |
parent | d1321022758445f145a75b9b10f6c77df28b714c (diff) | |
download | ports-ad6a80b2fb781f091687b6cab6a71a4ca50ddcb7.tar.gz ports-ad6a80b2fb781f091687b6cab6a71a4ca50ddcb7.zip |
Notes
Diffstat (limited to 'security/cfs')
-rw-r--r-- | security/cfs/files/patch-ab | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/cfs/files/patch-ab b/security/cfs/files/patch-ab index 46cd6d0e0e0a..f9ba2f8476ed 100644 --- a/security/cfs/files/patch-ab +++ b/security/cfs/files/patch-ab @@ -5,7 +5,7 @@ struct in_addr validhost; -#if defined(SOLARIS2X) || defined(__NetBSD__) -+#if defined(SOLARIS2X) || defined(__NetBSD__) || defined(__FreeBSD__) ++#if defined(SOLARIS2X) || defined(__NetBSD__) || defined(__FreeBSD__) || defined(__OpenBSD__) void nfs_program_2(); void adm_program_2(); #include <string.h> |