Dimitry Andric 8f061f61db After r232548, clang complains about the apparent '=-' operator (a
left-over from ancient C times, and a frequent typo) in growfs.c:

sbin/growfs/growfs.c:1550:8: error: use of unary operator that may be intended as compound assignment (-=) [-Werror]
        blkno =- 1;
              ^~

Use 'blkno = -1' instead, to silence the error.
2012-03-12 11:15:44 +00:00
..
2012-01-06 15:01:05 +00:00
2012-01-07 16:09:33 +00:00
2012-01-07 16:09:33 +00:00
2011-12-26 16:47:45 +00:00
2011-11-07 07:50:35 +00:00
2011-11-06 20:39:35 +00:00
2011-11-09 21:01:50 +00:00
2012-02-11 16:41:52 +00:00
2012-03-11 22:30:06 +00:00
2012-03-01 17:35:16 +00:00
2012-02-25 15:21:43 +00:00
2012-01-07 16:09:33 +00:00
2012-01-28 13:41:34 +00:00
2012-02-07 14:06:30 +00:00
2012-01-13 06:56:59 +00:00
2011-06-24 07:29:04 +00:00
2011-06-02 09:56:42 +00:00