summaryrefslogtreecommitdiffstats
path: root/lib/libstand/stand.h
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1998-10-06 19:23:57 +0000
committermsmith <msmith@FreeBSD.org>1998-10-06 19:23:57 +0000
commit28bef97c3eada8f5d78d30f575213106f74e2ad2 (patch)
treef4e1dbcd54159aeaaaf9a7cd95aca0733dfdc8a4 /lib/libstand/stand.h
parent685a5b889f6d81b2b242340f505aceacc862b28e (diff)
downloadFreeBSD-src-28bef97c3eada8f5d78d30f575213106f74e2ad2.zip
FreeBSD-src-28bef97c3eada8f5d78d30f575213106f74e2ad2.tar.gz
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.
Diffstat (limited to 'lib/libstand/stand.h')
-rw-r--r--lib/libstand/stand.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libstand/stand.h b/lib/libstand/stand.h
index f4940f0..4199fd6 100644
--- a/lib/libstand/stand.h
+++ b/lib/libstand/stand.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: stand.h,v 1.5 1998/09/26 01:42:39 msmith Exp $
+ * $Id: stand.h,v 1.6 1998/09/26 10:48:50 dfr Exp $
* From $NetBSD: stand.h,v 1.22 1997/06/26 19:17:40 drochner Exp $
*/
@@ -119,9 +119,7 @@ extern struct fs_ops tftp_fsops;
extern struct fs_ops nfs_fsops;
extern struct fs_ops cd9660_fsops;
extern struct fs_ops zipfs_fsops;
-#ifdef notyet
extern struct fs_ops dosfs_fsops;
-#endif
/* where values for lseek(2) */
#define SEEK_SET 0 /* set file offset to offset */
OpenPOWER on IntegriCloud