From owner-cvs-all Thu Sep 10 09:14:33 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA26793 for cvs-all-outgoing; Thu, 10 Sep 1998 09:14:33 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA26788; Thu, 10 Sep 1998 09:14:31 -0700 (PDT) (envelope-from imp@FreeBSD.org) From: Warner Losh Received: (from imp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA14546; Thu, 10 Sep 1998 09:14:29 -0700 (PDT) Date: Thu, 10 Sep 1998 09:14:29 -0700 (PDT) Message-Id: <199809101614.JAA14546@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/gnu/lib/libdialog dir.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk imp 1998/09/10 09:14:29 PDT Modified files: gnu/lib/libdialog dir.c Log: Fix bogus length restriction on readlink. Use sizeof(buf) - 1 rather than the size of the directory name. Fix style bug which increased the number of lines > 80 characters by one. Pointed out by: bde Revision Changes Path 1.5 +1 -1 src/gnu/lib/libdialog/dir.c