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:
088406b
)
[IPVS]: Compile fix for annotations in userland.
author
Simon Horman
<horms@verge.net.au>
Fri, 10 Nov 2006 04:00:55 +0000
(20:00 -0800)
committer
David S. Miller
<davem@davemloft.net>
Fri, 10 Nov 2006 04:00:55 +0000
(20:00 -0800)
This change makes __beXX available to user-space applications, such as
ipvsadm, which include ip_vs.h
Signed-Off-By: Simon Horman <horms@verge.net.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/ip_vs.h
patch
|
blob
|
blame
|
history
diff --git
a/include/net/ip_vs.h
b/include/net/ip_vs.h
index 49c717e3b040075562728bbda430369adf89aa93..903108e583f886431f4aa876c2cedf1adabd6a7d 100644
(file)
--- a/
include/net/ip_vs.h
+++ b/
include/net/ip_vs.h
@@
-7,6
+7,7
@@
#define _IP_VS_H
#include <asm/types.h> /* For __uXX types */
+#include <linux/types.h> /* For __beXX types in userland */
#define IP_VS_VERSION_CODE 0x010201
#define NVERSION(version) \