1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

- Use the correct patch, I forgot to sync dir before commit.

This commit is contained in:
Dirk Meyer 2003-10-03 13:47:18 +00:00
parent 537e7298c6
commit 8827ddc0cc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=90128
2 changed files with 12 additions and 11 deletions

View File

@ -1,11 +0,0 @@
--- libclamav/zziplib/zzip-conf.h.orig Mon Sep 29 13:44:52 2003
+++ libclamav/zziplib/zzip-conf.h Fri Oct 3 15:24:20 2003
@@ -64,7 +64,7 @@
#ifdef ZZIP_ssize_t
#define _zzip_ssize_t ZZIP_ssize_t
#else
-#define _zzip_ssize_t ssize_t
+#define _zzip_ssize_t size_t
#endif
#endif

View File

@ -0,0 +1,12 @@
--- libclamav/zziplib/zziplib.h.orig Mon Sep 29 13:44:52 2003
+++ libclamav/zziplib/zziplib.h Fri Oct 3 15:45:22 2003
@@ -19,6 +19,9 @@
#ifndef _ZZIP_ZZIP_H /* zziplib.h */
#define _ZZIP_ZZIP_H
+#ifdef __FreeBSD__
+#include <unistd.h>
+#endif
#include <zzip-conf.h>
#include <fcntl.h>