Date: Tue, 6 Oct 1998 12:23:58 -0700 (PDT) From: Michael Smith <msmith@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libstand Makefile dosfs.c stand.h Message-ID: <199810061923.MAA15998@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199810061923.MAA15998>
