summaryrefslogtreecommitdiff
path: root/shells/es/patches/patch-ac
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2005-11-10 22:18:33 +0000
committerjoerg <joerg@pkgsrc.org>2005-11-10 22:18:33 +0000
commit3e4f3980c9f5bd71cd153e987f57c530d0289c75 (patch)
tree509777097f07068cbcc7bb7d029b4bbbb3b60a50 /shells/es/patches/patch-ac
parent9d95b82f44e87ba6ade8ed6cf3284a588b9957e5 (diff)
downloadpkgsrc-3e4f3980c9f5bd71cd153e987f57c530d0289c75.tar.gz
Add DragonFly to patches for standard prototypes.
Diffstat (limited to 'shells/es/patches/patch-ac')
-rw-r--r--shells/es/patches/patch-ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/es/patches/patch-ac b/shells/es/patches/patch-ac
index 60e9dce9e6d..cac3c9567ba 100644
--- a/shells/es/patches/patch-ac
+++ b/shells/es/patches/patch-ac
@@ -1,4 +1,4 @@
-$NetBSD: patch-ac,v 1.3 2005/07/08 19:25:34 kristerw Exp $
+$NetBSD: patch-ac,v 1.4 2005/11/10 22:18:33 joerg Exp $
--- main.c~ Tue May 30 06:13:50 1995
+++ main.c Thu Apr 10 09:20:49 1997
@@ -7,7 +7,7 @@ $NetBSD: patch-ac,v 1.3 2005/07/08 19:25:34 kristerw Exp $
#endif
-#if !HPUX && !defined(linux)
-+#if !HPUX && !defined(linux) && !defined(__FreeBSD__) && !defined(__NetBSD__) && !defined(__OpenBSD__) && !defined(__INTERIX) && !defined(__APPLE__)
++#if !HPUX && !defined(linux) && !defined(__FreeBSD__) && !defined(__NetBSD__) && !defined(__OpenBSD__) && !defined(__INTERIX) && !defined(__APPLE__) && !defined(__DragonFly__)
extern int getopt (int argc, char **argv, const char *optstring);
#endif
extern int optind;