]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - net/core/utils.c
[PATCH] mv643xx_eth: Fix handling of small, unaligned fragments
[karo-tx-linux.git] / net / core / utils.c
index 587eb7787debf04561517a0e0f0a070d5bff84e3..ac1d1fcf8673f63158691ee0004952b803206f84 100644 (file)
@@ -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;