$NetBSD: patch-ab,v 1.2 1999/06/12 21:33:19 tron 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 : ",lockfn,strerror(errno));
+      snprintf(MAXS(tmp),"cannot lock %s : %s",lockfn,strerror(errno));
       dbgout(tmp);
       exit(1);
     }
