summaryrefslogtreecommitdiff
path: root/sys/msdosfs/msdosfsmount.h
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1997-03-02 18:02:03 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1997-03-02 18:02:03 +0000
commit4225556ebe035fe7f3afc78026d1a643f93ab6f8 (patch)
tree9cc351ab53cd0b8be3c9f4ea0687d5eee702be52 /sys/msdosfs/msdosfsmount.h
parent68e5acbd0f1280e4d2caebfbc01729ae5efffbc6 (diff)
Sync msdosfs with NetBSD sans const-ness. NetSBD log messages:
Fix panic on mkdir. Thanks to Dave Huang for finding the bug. Fixes a bug with allowed/forbidden characters in non-W95 filenames. Don't extend directory when nothing is written to it.
Diffstat (limited to 'sys/msdosfs/msdosfsmount.h')
-rw-r--r--sys/msdosfs/msdosfsmount.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/msdosfs/msdosfsmount.h b/sys/msdosfs/msdosfsmount.h
index 60720387479..6c3e1a76410 100644
--- a/sys/msdosfs/msdosfsmount.h
+++ b/sys/msdosfs/msdosfsmount.h
@@ -1,5 +1,5 @@
-/* $OpenBSD: msdosfsmount.h,v 1.4 1996/02/29 10:47:02 niklas Exp $ */
-/* $NetBSD: msdosfsmount.h,v 1.14 1996/02/09 19:13:56 christos Exp $ */
+/* $OpenBSD: msdosfsmount.h,v 1.5 1997/03/02 18:02:02 millert Exp $ */
+/* $NetBSD: msdosfsmount.h,v 1.15 1996/12/22 10:31:41 cgd Exp $ */
/*-
* Copyright (C) 1994, 1995 Wolfgang Solfrank.