summaryrefslogtreecommitdiff
path: root/security/cfs/files/patch-ab
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>1997-09-12 00:11:00 +0000
committerWarner Losh <imp@FreeBSD.org>1997-09-12 00:11:00 +0000
commitad6a80b2fb781f091687b6cab6a71a4ca50ddcb7 (patch)
tree4f8bb8761948271d7918659870ee98521b45e82e /security/cfs/files/patch-ab
parentVersion change: 2.32 -> 2.38 (diff)
Add OpenBSD to the list of systems.
Reviewed by: jdp@polstra.com Submitted by: Theo de Raadt <deraadt@cvs.openbsd.org>
Notes
Notes: svn path=/head/; revision=7868
Diffstat (limited to '')
-rw-r--r--security/cfs/files/patch-ab2
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>