Module Name: src Committed By: reinoud Date: Mon Jul 13 15:40:45 UTC 2009
Modified Files: src/sys/sys: disklabel.h Log Message: Pretty print comment adaptions for UDF and EFS so they line up nicely again. To generate a diff of this commit: cvs rdiff -u -r1.103 -r1.104 src/sys/sys/disklabel.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/sys/disklabel.h diff -u src/sys/sys/disklabel.h:1.103 src/sys/sys/disklabel.h:1.104 --- src/sys/sys/disklabel.h:1.103 Tue Dec 30 19:38:36 2008 +++ src/sys/sys/disklabel.h Mon Jul 13 15:40:44 2009 @@ -1,4 +1,4 @@ -/* $NetBSD: disklabel.h,v 1.103 2008/12/30 19:38:36 reinoud Exp $ */ +/* $NetBSD: disklabel.h,v 1.104 2009/07/13 15:40:44 reinoud Exp $ */ /* * Copyright (c) 1987, 1988, 1993 @@ -348,9 +348,9 @@ x(APPLEUFS,22, "Apple UFS", "ffs", "ffs") /* Apple UFS */ \ /* XXX this is not the same as FreeBSD. How to solve? */ \ x(VINUM, 23, "vinum", NULL, NULL) /* Vinum */ \ -x(UDF, 24, "UDF", NULL, "udf") /* UDF */ \ +x(UDF, 24, "UDF", NULL, "udf") /* UDF */ \ x(SYSVBFS, 25, "SysVBFS", NULL, "sysvbfs")/* System V boot file system */ \ -x(EFS, 26, "EFS", NULL, "efs") /* SGI's Extent Filesystem */ +x(EFS, 26, "EFS", NULL, "efs") /* SGI's Extent Filesystem */ \ #ifndef _LOCORE #define FS_TYPENUMS(tag, number, name, fsck, mount) __CONCAT(FS_,tag=number),