aboutsummaryrefslogtreecommitdiff
path: root/astro/xephem
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1997-02-16 21:11:14 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1997-02-16 21:11:14 +0000
commit02d1b3a10b1c645029b337fa9496d3269418f043 (patch)
treec9e4eac855dd695777ffe968c66e32c2d8130d68 /astro/xephem
parent8126c83bd243cfe995391875aea50427fe79f2cc (diff)
downloadports-02d1b3a10b1c645029b337fa9496d3269418f043.tar.gz
ports-02d1b3a10b1c645029b337fa9496d3269418f043.zip
Notes
Diffstat (limited to 'astro/xephem')
-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;