From owner-cvs-all Tue Sep 8 04:44:11 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA14452 for cvs-all-outgoing; Tue, 8 Sep 1998 04:44:11 -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 EAA14438; Tue, 8 Sep 1998 04:44:09 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA27528; Tue, 8 Sep 1998 04:44:08 -0700 (PDT) Date: Tue, 8 Sep 1998 04:44:08 -0700 (PDT) Message-Id: <199809081144.EAA27528@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/release/sysinstall dos.c dosio.c dosio.h Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1998/09/08 04:44:08 PDT Modified files: release/sysinstall dos.c Removed files: release/sysinstall dosio.c dosio.h Log: Go back to using MSDOSFS instead of Robert Nordier's stand-alone DOS library. I have to include MSDOSFS on the boot floppy anyway (so I can read DOS floppies in a few other contexts) and since both -stable and -current MSDOSFS handle long filenames, I'm OK on that now. Should save about 10K of space. Revision Changes Path 1.19 +36 -30 src/release/sysinstall/dos.c