aboutsummaryrefslogtreecommitdiffstats
path: root/security/cfs
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>1997-09-12 08:11:00 +0800
committerimp <imp@FreeBSD.org>1997-09-12 08:11:00 +0800
commitc91f0c74a682f691c9b585de6cb21e7ad778a616 (patch)
treef091537736b2b29125cdc2b842c18ed29ba884fb /security/cfs
parent8034b262eaaa7205a51647275e10943c39bd3290 (diff)
downloadfreebsd-ports-gnome-c91f0c74a682f691c9b585de6cb21e7ad778a616.tar.gz
freebsd-ports-gnome-c91f0c74a682f691c9b585de6cb21e7ad778a616.tar.zst
freebsd-ports-gnome-c91f0c74a682f691c9b585de6cb21e7ad778a616.zip
Add OpenBSD to the list of systems.
Reviewed by: jdp@polstra.com Submitted by: Theo de Raadt <deraadt@cvs.openbsd.org>
Diffstat (limited to 'security/cfs')
-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>