commit | a6d91ded3f2d5401e09a9c2fa442aabfbfe593a8 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Fri Mar 16 12:02:22 2012 +0100 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Fri Mar 16 12:02:22 2012 +0100 |
tree | 95e456ad2b1c7677c3aaadc3d97ba73f3ee22c67 | |
parent | 27aeaa2aaad9fb642040be903d6fe6c0fc59c6e2 [diff] |
Tidy up includes and copyright notices, fix indentation The files not mentioned in changelog below had only copyright notices fixes and indentation fixes. * defs.h: Include <stdint.h> and <inttypes.h>. * file.c: Do not include <inttypes.h>. Move struct kernel_dirent declaration below top include block. * block.c: Do not include <stdint.h> and <inttypes.h>. * quota.c: Likewise. * desc.c: Likewise. * signal.c: Likewise. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>