From owner-cvs-all Wed Sep 12 16:39:43 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DB0FD37B408; Wed, 12 Sep 2001 16:39:36 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8CNdap16445; Wed, 12 Sep 2001 16:39:36 -0700 (PDT) (envelope-from jhb) Message-Id: <200109122339.f8CNdap16445@freefall.freebsd.org> From: John Baldwin Date: Wed, 12 Sep 2001 16:39:36 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/hpfs hpfs_vfsops.c hpfs_vnops.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jhb 2001/09/12 16:39:36 PDT Modified files: sys/fs/hpfs hpfs_vfsops.c hpfs_vnops.c Log: Restore these files to being portable: - Use some simple #define's at the top of the files for proc -> thread changes instead of having lots of needless #ifdef's in the code. - Don't try to use struct thread in !FreeBSD code. - Don't use a few struct lwp's in some of the NetBSD code since it isn't in their HEAD. The new diff relative to before KSE is now signficantly smaller and easier to maintain. Revision Changes Path 1.15 +45 -43 src/sys/fs/hpfs/hpfs_vfsops.c 1.17 +30 -20 src/sys/fs/hpfs/hpfs_vnops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message