diff options
author | abs <abs> | 2009-03-05 19:08:47 +0000 |
---|---|---|
committer | abs <abs> | 2009-03-05 19:08:47 +0000 |
commit | 27bd09e953a51c0934e6c92e4b3b5081f60f2010 (patch) | |
tree | d7f0a8f7fc4c59baab24372ac92a943dec89bf59 /net/libfetch | |
parent | ed0cd17b1a1cf9f5eaa8a4bd3907451aae376c2b (diff) | |
download | pkgsrc-27bd09e953a51c0934e6c92e4b3b5081f60f2010.tar.gz |
Add !__MINT__ to the HAVE_SA_LEN test
Diffstat (limited to 'net/libfetch')
-rw-r--r-- | net/libfetch/files/common.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/libfetch/files/common.h b/net/libfetch/files/common.h index bddae5a3720..cbe4c70a757 100644 --- a/net/libfetch/files/common.h +++ b/net/libfetch/files/common.h @@ -1,4 +1,4 @@ -/* $NetBSD: common.h,v 1.10 2008/10/06 23:37:56 joerg Exp $ */ +/* $NetBSD: common.h,v 1.11 2009/03/05 19:08:47 abs Exp $ */ /*- * Copyright (c) 1998-2004 Dag-Erling Coïdan Smørgrav * All rights reserved. @@ -46,7 +46,8 @@ #endif #if !defined(__sun) && !defined(__hpux) && !defined(__INTERIX) && \ - !defined(__digital__) && !defined(__linux) && !defined(__sgi) + !defined(__digital__) && !defined(__linux) && !defined(__MINT__) && \ + !defined(__sgi) #define HAVE_SA_LEN #endif |