From owner-cvs-lib Tue Apr 1 20:24:45 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA04313 for cvs-lib-outgoing; Tue, 1 Apr 1997 20:24:45 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA04302; Tue, 1 Apr 1997 20:24:42 -0800 (PST) Date: Tue, 1 Apr 1997 20:24:42 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199704020424.UAA04302@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libutil uucplock.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 97/04/01 20:24:41 Modified: lib/libutil uucplock.c Log: Add Id Reduce space for error bufer from 512 to 128: there is no such long strings can be returned from strerror() Revision Changes Path 1.5 +4 -1 src/lib/libutil/uucplock.c