diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-i386/elf.h | 2 | ||||
-rw-r--r-- | include/linux/lockd/lockd.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-i386/elf.h b/include/asm-i386/elf.h index db4344d9f7..3a05436f31 100644 --- a/include/asm-i386/elf.h +++ b/include/asm-i386/elf.h | |||
@@ -112,7 +112,7 @@ typedef struct user_fxsr_struct elf_fpxregset_t; | |||
112 | For the moment, we have only optimizations for the Intel generations, | 112 | For the moment, we have only optimizations for the Intel generations, |
113 | but that could change... */ | 113 | but that could change... */ |
114 | 114 | ||
115 | #define ELF_PLATFORM (system_utsname.machine) | 115 | #define ELF_PLATFORM (utsname()->machine) |
116 | 116 | ||
117 | #define SET_PERSONALITY(ex, ibcs2) do { } while (0) | 117 | #define SET_PERSONALITY(ex, ibcs2) do { } while (0) |
118 | 118 | ||
diff --git a/include/linux/lockd/lockd.h b/include/linux/lockd/lockd.h index 0d92c468d5..47b7dbd647 100644 --- a/include/linux/lockd/lockd.h +++ b/include/linux/lockd/lockd.h | |||
@@ -80,7 +80,7 @@ struct nlm_wait; | |||
80 | /* | 80 | /* |
81 | * Memory chunk for NLM client RPC request. | 81 | * Memory chunk for NLM client RPC request. |
82 | */ | 82 | */ |
83 | #define NLMCLNT_OHSIZE (sizeof(system_utsname.nodename)+10) | 83 | #define NLMCLNT_OHSIZE (sizeof(utsname()->nodename)+10) |
84 | struct nlm_rqst { | 84 | struct nlm_rqst { |
85 | unsigned int a_flags; /* initial RPC task flags */ | 85 | unsigned int a_flags; /* initial RPC task flags */ |
86 | struct nlm_host * a_host; /* host handle */ | 86 | struct nlm_host * a_host; /* host handle */ |