Loading include/linux/inet.h +1 −1 Original line number Diff line number Diff line Loading @@ -45,6 +45,6 @@ #ifdef __KERNEL__ #include <linux/types.h> extern __u32 in_aton(const char *str); extern __be32 in_aton(const char *str); #endif #endif /* _LINUX_INET_H */ net/core/utils.c +1 −1 Original line number Diff line number Diff line Loading @@ -162,7 +162,7 @@ EXPORT_SYMBOL(net_srandom); * is otherwise not dependent on the TCP/IP stack. */ __u32 in_aton(const char *str) __be32 in_aton(const char *str) { unsigned long l; unsigned int val; Loading Loading
include/linux/inet.h +1 −1 Original line number Diff line number Diff line Loading @@ -45,6 +45,6 @@ #ifdef __KERNEL__ #include <linux/types.h> extern __u32 in_aton(const char *str); extern __be32 in_aton(const char *str); #endif #endif /* _LINUX_INET_H */
net/core/utils.c +1 −1 Original line number Diff line number Diff line Loading @@ -162,7 +162,7 @@ EXPORT_SYMBOL(net_srandom); * is otherwise not dependent on the TCP/IP stack. */ __u32 in_aton(const char *str) __be32 in_aton(const char *str) { unsigned long l; unsigned int val; Loading