summaryrefslogtreecommitdiff
path: root/astro
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
parentfdd should have been fpp (diff)
A quick purousal thru our port's patches directory shows a *WAY* over use of
__FreeBSD__. That said, add __OpenBSD__ and __NetBSD__ where approapiate.
Notes
Notes: svn path=/head/; revision=5656
Diffstat (limited to 'astro')
-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;