summaryrefslogtreecommitdiffstats
path: root/lib/libutil
diff options
context:
space:
mode:
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 6c396f4..b4bed7b 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) {
OpenPOWER on IntegriCloud