From owner-cvs-all Fri Sep 17 1:35:10 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1635714D78; Fri, 17 Sep 1999 01:35:09 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Received: (from marcel@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA70611; Fri, 17 Sep 1999 01:35:08 -0700 (PDT) (envelope-from marcel@FreeBSD.org) Message-Id: <199909170835.BAA70611@freefall.freebsd.org> From: Marcel Moolenaar Date: Fri, 17 Sep 1999 01:35:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/linux linux_file.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk marcel 1999/09/17 01:35:08 PDT Modified files: sys/i386/linux linux_file.c Log: Fix getcwd. It must return the length of the path including the terminating 0. While I'm here, fix style and debug printf. Fix derived from patch by: Darryl Okahata Revision Changes Path 1.33 +20 -7 src/sys/i386/linux/linux_file.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message