pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/libfetch/files



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Mar 30 09:57:52 UTC 2025

Modified Files:
        pkgsrc/net/libfetch/files: common.h

Log Message:
libfetch: Fix build on SCO_SV.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/net/libfetch/files/common.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/libfetch/files/common.h
diff -u pkgsrc/net/libfetch/files/common.h:1.24 pkgsrc/net/libfetch/files/common.h:1.25
--- pkgsrc/net/libfetch/files/common.h:1.24     Thu Oct 20 21:25:57 2016
+++ pkgsrc/net/libfetch/files/common.h  Sun Mar 30 09:57:52 2025
@@ -1,4 +1,4 @@
-/*     $NetBSD: common.h,v 1.24 2016/10/20 21:25:57 joerg Exp $        */
+/*     $NetBSD: common.h,v 1.25 2025/03/30 09:57:52 nia Exp $  */
 /*-
  * Copyright (c) 1998-2004 Dag-Erling Co�dan Sm�rgrav
  * All rights reserved.
@@ -54,7 +54,8 @@
 
 #if !defined(__sun) && !defined(__hpux) && !defined(__INTERIX) && \
     !defined(__digital__) && !defined(__linux) && !defined(__MINT__) && \
-    !defined(__sgi) && !defined(__minix) && !defined(__CYGWIN__)
+    !defined(__sgi) && !defined(__minix) && !defined(__CYGWIN__) && \
+    !defined(_M_XENIX)
 #define HAVE_SA_LEN
 #endif
 



Home | Main Index | Thread Index | Old Index