From owner-cvs-sys Sat Dec 13 04:33:19 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id EAA20397 for cvs-sys-outgoing; Sat, 13 Dec 1997 04:33:19 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id EAA20350; Sat, 13 Dec 1997 04:32:50 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id EAA02554; Sat, 13 Dec 1997 04:30:37 -0800 (PST) Date: Sat, 13 Dec 1997 04:30:37 -0800 (PST) Message-Id: <199712131230.EAA02554@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/ufs/ufs ufs_vnops.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1997/12/13 04:30:37 PST Modified files: sys/ufs/ufs ufs_vnops.c Log: Restored ufs_pathconf() from rev.1.61. vop_stdpathconf() is too general to be of much use. Using it here broke the _PC_NAME_MAX, _PC_NO_TRUNC and _PC_PATH_MAX cases, and weakened the _PC_MAX_CANON, _PC_MAX_INPUT and _PC_VDISABLE cases. Revision Changes Path 1.71 +41 -2 src/sys/ufs/ufs/ufs_vnops.c