projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71e3b81
)
x86_64: Declare new_utsname in asm-x86/syscalls.h
author
Jaswinder Singh
<jaswinder@infradead.org>
Fri, 25 Jul 2008 03:49:05 +0000
(09:19 +0530)
committer
Jaswinder Singh
<jaswinder@infradead.org>
Fri, 25 Jul 2008 03:49:05 +0000
(09:19 +0530)
Signed-off-by: Jaswinder Singh <jaswinder@infradead.org>
include/asm-x86/syscalls.h
patch
|
blob
|
history
diff --git
a/include/asm-x86/syscalls.h
b/include/asm-x86/syscalls.h
index
3d6b159
..
87803da
100644
(file)
--- a/
include/asm-x86/syscalls.h
+++ b/
include/asm-x86/syscalls.h
@@
-5,7
+5,6
@@
*
* This file is released under the GPLv2.
* See the file COPYING for more details.
- *
*/
#ifndef _ASM_X86_SYSCALLS_H
@@
-87,6
+86,7
@@
asmlinkage long sys_rt_sigreturn(struct pt_regs *);
/* kernel/sys_x86_64.c */
asmlinkage long sys_mmap(unsigned long, unsigned long, unsigned long,
unsigned long, unsigned long, unsigned long);
+struct new_utsname;
asmlinkage long sys_uname(struct new_utsname __user *);
#endif /* CONFIG_X86_32 */