pkgsrc/mail/isync/patches/patch-ae
adrianp 52daeab6f7 - Update isync to 1.0.1 - thanks to Antoine.Reilles@loria.fr for the
first set of patches
- Many updates and bugfixes, in summary:
	- better OpenSSL detection
	- update c-client support
	- use legacy flock() only on linux
	- cope with out-of-disk-space halfways gracefully
2005-04-24 09:31:54 +00:00

12 lines
283 B
Text

$NetBSD: patch-ae,v 1.3 2005/04/24 09:31:54 adrianp Exp $
--- src/isync.h.orig 2005-04-24 09:54:50.000000000 +0100
+++ src/isync.h
@@ -28,6 +28,7 @@
#include <sys/types.h>
#include <stdarg.h>
#include <stdio.h>
+#include <stdarg.h>
#define as(ar) (sizeof(ar)/sizeof(ar[0]))