summaryrefslogtreecommitdiff
path: root/net/sendfile/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'net/sendfile/patches/patch-ab')
-rw-r--r--net/sendfile/patches/patch-ab13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/sendfile/patches/patch-ab b/net/sendfile/patches/patch-ab
new file mode 100644
index 00000000000..67940b504fc
--- /dev/null
+++ b/net/sendfile/patches/patch-ab
@@ -0,0 +1,13 @@
+$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);
+ }