X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=utils%2Fmkyaffs.c;h=91a3c9d04ac5b7a3077fc7f442b5ba1538e10329;hb=5750ae310d9c31b6c1773e58fd36808dbe845cd0;hp=3a0ed6776be3dd0a0d11f8022bf4613bb81d77b2;hpb=a1d28cf77fe06fe98cea4c4e80cc1cab94ea6736;p=yaffs%2F.git diff --git a/utils/mkyaffs.c b/utils/mkyaffs.c index 3a0ed67..91a3c9d 100644 --- a/utils/mkyaffs.c +++ b/utils/mkyaffs.c @@ -34,6 +34,7 @@ #include #include +cost char *mkyaffs_c_version = "$Id: mkyaffs.c,v 1.3 2002-09-27 20:50:50 charles Exp $"; // countBits is a quick way of counting the number of bits in a byte. // ie. countBits[n] holds the number of 1 bits in a byte with the value n.