CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/05/15 13:18:23
Modified files:
sbin/growfs : growfs.c
Log message:
- typo in comment
- memset() is not needed after a calloc()
- add missing DBG_ENTER;
- use SEEK_SET instead of 0 in an lseek() call
ok krw@
