4318f6f80c
mrsync is a tool to transfer files from a master to many remote machines in LAN using Unix multicast sockets. It dynamically adjusts its transfer speed to ease on the network and to leave no one behind. 4 hours for 140GB to 100 targets in 1Gbit LAN
19 lines
369 B
Text
19 lines
369 B
Text
$NetBSD: patch-ag,v 1.1.1.1 2011/12/02 05:40:00 agc Exp $
|
|
|
|
Define a function which is not there
|
|
|
|
--- file_operations.c 2011/11/30 21:09:26 1.1
|
|
+++ file_operations.c 2011/11/30 21:11:00
|
|
@@ -95,6 +95,12 @@
|
|
return;
|
|
}
|
|
|
|
+static char *
|
|
+tmpnam_r(char *s)
|
|
+{
|
|
+ return s ? tmpnam(s) : NULL;
|
|
+}
|
|
+
|
|
void get_tmp_suffix()
|
|
{
|
|
/* this is called once in each multicatcher */
|