projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ff6a46
)
[IA64] Fix cut/paste detritus from unistd.h
author
Tony Luck
<tony.luck@intel.com>
Tue, 8 Dec 2009 23:29:05 +0000
(15:29 -0800)
committer
Tony Luck
<tony.luck@intel.com>
Tue, 8 Dec 2009 23:29:05 +0000
(15:29 -0800)
Build warning:
<stdin>:1523:2: warning: #warning syscall recvmmsg not implemented
Because when recvmmesg was added, the previous syscall define was
cut&pasted, and a spurious "rt_" left in the name of the define.
Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/include/asm/unistd.h
patch
|
blob
|
blame
|
history
diff --git
a/arch/ia64/include/asm/unistd.h
b/arch/ia64/include/asm/unistd.h
index 9c72e36c52810a3543722d61f9f2576d2a1d98f9..10a8f21ca9e3ffc4244765786167ae9acfb05aaa 100644
(file)
--- a/
arch/ia64/include/asm/unistd.h
+++ b/
arch/ia64/include/asm/unistd.h
@@
-311,7
+311,7
@@
#define __NR_preadv 1319
#define __NR_pwritev 1320
#define __NR_rt_tgsigqueueinfo 1321
-#define __NR_r
t_recvmmsg
1322
+#define __NR_r
ecvmmsg
1322
#ifdef __KERNEL__