Re: [PATCH] Endian-annotate in_aton()

2006-01-06 Thread David S. Miller
From: Alexey Dobriyan <[EMAIL PROTECTED]> Date: Fri, 6 Jan 2006 23:19:25 +0300 > Signed-off-by: Alexey Dobriyan <[EMAIL PROTECTED]> Also applied. Thanks. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http

[PATCH] Endian-annotate in_aton()

2006-01-06 Thread Alexey Dobriyan
Signed-off-by: Alexey Dobriyan <[EMAIL PROTECTED]> --- include/linux/inet.h |2 +- net/core/utils.c |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) --- a/include/linux/inet.h +++ b/include/linux/inet.h @@ -45,6 +45,6 @@ #ifdef __KERNEL__ #include -extern __u32 in_aton(co