summaryrefslogtreecommitdiff
path: root/lib/libutil
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1997-04-02 04:24:39 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1997-04-02 04:24:39 +0000
commit28804f92db0a33971a5d0229979d335adcac17d8 (patch)
tree10be5641f53d8a3d8622ab059d9439100892fb8d /lib/libutil
parent81d9597ce7806ec4f4a32bda16fecb06ed7b728c (diff)
Notes
Diffstat (limited to 'lib/libutil')
-rw-r--r--lib/libutil/uucplock.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libutil/uucplock.c b/lib/libutil/uucplock.c
index 6c396f4f98db..b4bed7b44735 100644
--- a/lib/libutil/uucplock.c
+++ b/lib/libutil/uucplock.c
@@ -29,6 +29,9 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
+ *
+ * $Id$
+ *
*/
#ifndef lint
@@ -121,7 +124,7 @@ int uu_unlock (char *ttyname)
char *uu_lockerr (int uu_lockresult)
{
- static char errbuf[512];
+ static char errbuf[128];
char *fmt;
switch (uu_lockresult) {