summaryrefslogtreecommitdiff
path: root/archivers/afio/patches/patch-ab
blob: 6c889ef37aca14ec3af8a04b09160e282b557a19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ab,v 1.1 2004/07/10 15:35:52 salo Exp $

--- compfile.c.orig	Tue Jun 24 23:32:20 2003
+++ compfile.c	Sat Jul 10 17:26:02 2004
@@ -210,7 +210,7 @@
  * version;
  */
 
-#if ( defined(sun) && defined(__svr4__) )
+#if ( defined(__sun) && defined(__SVR4) )
 #include <dirent.h>
 #else
 #include <sys/dir.h>