*: slap on a few ALIGN_PTR where appropriate
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
ca466f385a
commit
987be932ed
9 changed files with 15 additions and 15 deletions
|
@ -70,7 +70,7 @@ typedef struct proc_file {
|
|||
smallint last_gen;
|
||||
} proc_file;
|
||||
|
||||
static const char *const proc_name[] = {
|
||||
static const char *const proc_name[] ALIGN_PTR = {
|
||||
"stat", // Must match the order of proc_file's!
|
||||
"loadavg",
|
||||
"net/dev",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue