diff options
author | obache <obache@pkgsrc.org> | 2013-02-10 12:33:22 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-02-10 12:33:22 +0000 |
commit | eca278535f052b3a85886eb73276aa55503ce593 (patch) | |
tree | 591f21af19d40c676980842cb3e3894d5b847a8f /net/libfetch | |
parent | a5bcf0acd4a4178e01566561d3c72ad3465881e5 (diff) | |
download | pkgsrc-eca278535f052b3a85886eb73276aa55503ce593.tar.gz |
Cygwin also missing sin_len in sockaddr_in.
Diffstat (limited to 'net/libfetch')
-rw-r--r-- | net/libfetch/files/common.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/libfetch/files/common.h b/net/libfetch/files/common.h index 8e79f45e13a..cf895a9f5e6 100644 --- a/net/libfetch/files/common.h +++ b/net/libfetch/files/common.h @@ -1,4 +1,4 @@ -/* $NetBSD: common.h,v 1.20 2012/04/26 09:56:16 joerg Exp $ */ +/* $NetBSD: common.h,v 1.21 2013/02/10 12:33:22 obache Exp $ */ /*- * Copyright (c) 1998-2004 Dag-Erling Coïdan Smørgrav * All rights reserved. @@ -54,7 +54,7 @@ #if !defined(__sun) && !defined(__hpux) && !defined(__INTERIX) && \ !defined(__digital__) && !defined(__linux) && !defined(__MINT__) && \ - !defined(__sgi) && !defined(__minix) + !defined(__sgi) && !defined(__minix) && !defined(__CYGWIN__) #define HAVE_SA_LEN #endif |