Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/sys Note that the FS_ definitions are for compatibility ...



details:   https://anonhg.NetBSD.org/src/rev/96e0618e0faa
branches:  trunk
changeset: 542288:96e0618e0faa
user:      soren <soren%NetBSD.org@localhost>
date:      Sat Jan 25 23:17:38 2003 +0000

description:
Note that the FS_ definitions are for compatibility only.

diffstat:

 sys/sys/disklabel.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 2ca725be4348 -r 96e0618e0faa sys/sys/disklabel.h
--- a/sys/sys/disklabel.h       Sat Jan 25 23:17:21 2003 +0000
+++ b/sys/sys/disklabel.h       Sat Jan 25 23:17:38 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: disklabel.h,v 1.78 2003/01/24 21:55:18 fvdl Exp $      */
+/*     $NetBSD: disklabel.h,v 1.79 2003/01/25 23:17:38 soren Exp $     */
 
 /*
  * Copyright (c) 1987, 1988, 1993
@@ -314,6 +314,8 @@
  * Filesystem type and version.
  * Used to interpret other filesystem-specific
  * per-partition information.
+ *
+ * These are used only for COMPAT_09 support.
  */
 #define        FS_UNUSED       0               /* unused */
 #define        FS_SWAP         1               /* swap */



Home | Main Index | Thread Index | Old Index