summaryrefslogtreecommitdiff
path: root/net/libfetch
diff options
context:
space:
mode:
authortcort <tcort@pkgsrc.org>2011-11-06 20:03:50 +0000
committertcort <tcort@pkgsrc.org>2011-11-06 20:03:50 +0000
commitb38d0b54b4e9363709fb0c226b33d7d215799613 (patch)
treee14b947c90e60a5e0a9c490262f32aa04883e770 /net/libfetch
parent5ec08bad5f4d116c91abe426c4e362e1496f1ec7 (diff)
downloadpkgsrc-b38d0b54b4e9363709fb0c226b33d7d215799613.tar.gz
Do not define HAVE_SA_LEN when __minix is defined per pkg/45039
Diffstat (limited to 'net/libfetch')
-rw-r--r--net/libfetch/files/common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/libfetch/files/common.h b/net/libfetch/files/common.h
index 4e4408cb79b..4a9bbb07a37 100644
--- a/net/libfetch/files/common.h
+++ b/net/libfetch/files/common.h
@@ -1,4 +1,4 @@
-/* $NetBSD: common.h,v 1.16 2010/03/21 16:48:43 joerg Exp $ */
+/* $NetBSD: common.h,v 1.17 2011/11/06 20:03:50 tcort Exp $ */
/*-
* Copyright (c) 1998-2004 Dag-Erling Coïdan Smørgrav
* All rights reserved.
@@ -47,7 +47,7 @@
#if !defined(__sun) && !defined(__hpux) && !defined(__INTERIX) && \
!defined(__digital__) && !defined(__linux) && !defined(__MINT__) && \
- !defined(__sgi)
+ !defined(__sgi) && !defined(__minix)
#define HAVE_SA_LEN
#endif