1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Add OpenBSD to the list of systems.

Reviewed by:	jdp@polstra.com
Submitted by:	Theo de Raadt <deraadt@cvs.openbsd.org>
This commit is contained in:
Warner Losh 1997-09-12 00:11:00 +00:00
parent d132102275
commit ad6a80b2fb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=7868

View File

@ -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>