aboutsummaryrefslogtreecommitdiffstats
path: root/astro/xephem/files
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1997-02-17 05:11:14 +0800
committerobrien <obrien@FreeBSD.org>1997-02-17 05:11:14 +0800
commitba3f8bf8edb336fa75128f231355c5d7be97171c (patch)
tree720589c55dc548a72874db3a19faa7b5d541f89e /astro/xephem/files
parent6568109b3978da9048e0895fb9361e3c9a72aa22 (diff)
downloadfreebsd-ports-gnome-ba3f8bf8edb336fa75128f231355c5d7be97171c.tar.gz
freebsd-ports-gnome-ba3f8bf8edb336fa75128f231355c5d7be97171c.tar.zst
freebsd-ports-gnome-ba3f8bf8edb336fa75128f231355c5d7be97171c.zip
A quick purousal thru our port's patches directory shows a *WAY* over use of
__FreeBSD__. That said, add __OpenBSD__ and __NetBSD__ where approapiate.
Diffstat (limited to 'astro/xephem/files')
-rw-r--r--astro/xephem/files/patch-aa2
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/xephem/files/patch-aa b/astro/xephem/files/patch-aa
index 135684fa2c68..e36da9c0c227 100644
--- a/astro/xephem/files/patch-aa
+++ b/astro/xephem/files/patch-aa
@@ -78,7 +78,7 @@
#include <errno.h>
#include <perror.h>
#else
-+#ifndef __FreeBSD__
++#if !defined(__FreeBSD__) && !defined(__OpenBSD__) && !defined(__NetBSD__)
extern char *sys_errlist[];
+#endif
extern int errno;