52daeab6f7
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
12 lines
283 B
Text
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]))
|
|
|