summaryrefslogtreecommitdiffstats
path: root/www/chimera/files/patch-cache.c
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2003-01-02 04:10:55 +0000
committerijliao <ijliao@FreeBSD.org>2003-01-02 04:10:55 +0000
commita1b94d6eb97beb40f4522471fbc3b1937da375d4 (patch)
tree1746e6df91bb23c30f71c8d4655a3e0946bda2a3 /www/chimera/files/patch-cache.c
parent6bcc8ae28c4307dfae7f417ca5ac072bff55d755 (diff)
downloadFreeBSD-ports-a1b94d6eb97beb40f4522471fbc3b1937da375d4.zip
FreeBSD-ports-a1b94d6eb97beb40f4522471fbc3b1937da375d4.tar.gz
- Fix MASTER_SITES
- Reduce compiler warnings PR: 44982 Submitted by: Ports Fury
Diffstat (limited to 'www/chimera/files/patch-cache.c')
-rw-r--r--www/chimera/files/patch-cache.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/chimera/files/patch-cache.c b/www/chimera/files/patch-cache.c
new file mode 100644
index 0000000..84a22a8
--- /dev/null
+++ b/www/chimera/files/patch-cache.c
@@ -0,0 +1,11 @@
+--- src/cache.c.orig Fri Apr 18 20:18:36 1997
++++ src/cache.c Sat Nov 2 14:50:53 2002
+@@ -28,7 +28,7 @@
+ #include <sys/param.h>
+ #include <fcntl.h>
+
+-#if defined(SYSV) || defined(SVR4)|| defined(__arm)
++#if defined(SYSV) || defined(SVR4)|| defined(__arm) || defined(__FreeBSD__)
+ #include <dirent.h>
+ #define DIRSTUFF struct dirent
+ #else
OpenPOWER on IntegriCloud