From owner-cvs-all Tue Oct 6 12:24:02 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA24740 for cvs-all-outgoing; Tue, 6 Oct 1998 12:24:02 -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 MAA24694; Tue, 6 Oct 1998 12:23:58 -0700 (PDT) (envelope-from msmith@FreeBSD.org) From: Michael Smith Received: (from msmith@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id MAA15998; Tue, 6 Oct 1998 12:23:58 -0700 (PDT) Date: Tue, 6 Oct 1998 12:23:58 -0700 (PDT) Message-Id: <199810061923.MAA15998@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libstand Makefile dosfs.c stand.h Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk msmith 1998/10/06 12:23:58 PDT Modified files: lib/libstand Makefile dosfs.c stand.h Log: Enable the DOS filesystem. This allows reading from various DOS filesystems (FAT12/16/32, VFAT). Make a private copy of strcasecmp, as the "real" one uses the system ctype header, which introduces locale poisoning. Revision Changes Path 1.6 +6 -5 src/lib/libstand/Makefile 1.3 +2 -2 src/lib/libstand/dosfs.c 1.7 +1 -3 src/lib/libstand/stand.h