Skip to content

Commit

Permalink
[IPVS]: Compile fix for annotations in userland.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Simon Horman authored and David S. Miller committed Nov 10, 2006
1 parent 088406b commit da41390
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/net/ip_vs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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) \
Expand Down

0 comments on commit da41390

Please sign in to comment.