Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys Make the ntfs entry in fscknames NULL - there is no ...
details: https://anonhg.NetBSD.org/src/rev/3f37354d0637
branches: trunk
changeset: 485710:3f37354d0637
user: jdolecek <jdolecek%NetBSD.org@localhost>
date: Wed May 03 18:28:46 2000 +0000
description:
Make the ntfs entry in fscknames NULL - there is no fsck_ntfs.
Pointed out by Andy Doran in private e-mail.
diffstat:
sys/sys/disklabel.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r d989bf9a3614 -r 3f37354d0637 sys/sys/disklabel.h
--- a/sys/sys/disklabel.h Wed May 03 18:21:36 2000 +0000
+++ b/sys/sys/disklabel.h Wed May 03 18:28:46 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: disklabel.h,v 1.58 2000/04/05 04:03:21 enami Exp $ */
+/* $NetBSD: disklabel.h,v 1.59 2000/05/03 18:28:46 jdolecek Exp $ */
/*
* Copyright (c) 1987, 1988, 1993
@@ -292,7 +292,7 @@
NULL, /* HFS */
NULL, /* FILECORE */
"ext2fs", /* Linux Ext2 */
- "ntfs", /* Windows/NT */
+ NULL, /* Windows/NT */
NULL, /* RAID Component */
NULL, /* concatenated disk component */
NULL /* NULL */
Home |
Main Index |
Thread Index |
Old Index