]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
add comment
authorJim Meyering <jim@meyering.net>
Thu, 10 Apr 2003 19:09:30 +0000 (19:09 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 10 Apr 2003 19:09:30 +0000 (19:09 +0000)
src/stat.c

index f058931d8222a09f51e20ce19a3754ac8a5924b4..841cffa093ee5abbfe0de1c44bfeb7d525fcf755 100644 (file)
@@ -124,6 +124,12 @@ human_fstype (STRUCT_STATVFS const *statfsbuf)
   switch (statfsbuf->f_type)
     {
 # if defined __linux__
+
+      /* IMPORTANT NOTE: Each of the following `case S_MAGIC_...:'
+        statements must be followed by a hexadecimal constant in
+        a comment.  The S_MAGIC_... name and constant are automatically
+        combined to produce the #define directives in fs.h.  */
+
     case S_MAGIC_AFFS: /* 0xADFF */
       type = "affs";
       break;