pkgsrc/net/sendfile/patches/patch-ab
hwr 09574e254e Reference implementation of the SAFT (simple asynchronous file
transfer) protocol. Sendfile allows to send arbitrary files to a
remote user.
This ist version 2.1 of sendfile.
1999-06-06 17:08:36 +00:00

13 lines
418 B
Text

$NetBSD: patch-ab,v 1.1.1.1 1999/06/06 17:08:37 hwr Exp $
--- src/sendfiled.c Sun Jun 6 18:31:25 1999
+++ src/sendfiled.c.orig Thu Oct 29 17:48:08 1998
@@ -2945,7 +2945,7 @@
exit(1);
}
if (wlock_file(lockf)<0) {
- snprintf(MAXS(tmp),"cannot lock %s : %s",lockfn,strerror(errno));
+ snprintf(MAXS(tmp),"cannot lock %s : ",lockfn,strerror(errno));
dbgout(tmp);
exit(1);
}