diff options
| author | 2006-01-07 03:50:18 -0500 | |
|---|---|---|
| committer | 2006-01-07 03:50:18 -0500 | |
| commit | ed03f430cdc8c802652467e9097606fedc2c7abc (patch) | |
| tree | 30941ec1e6f93e99358fefe18175e5dd800a4379 /include/linux/inet.h | |
| parent | [ACPI] fix pnpacpi regression resulting from ACPICA 20051117 (diff) | |
| parent | [ACPI] enable PNPACPI support for resource types used by HP serial ports (diff) | |
Pull pnpacpi into acpica branch
Diffstat (limited to 'include/linux/inet.h')
| -rw-r--r-- | include/linux/inet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/inet.h b/include/linux/inet.h index 3b5e9fdff872..6c5587af118d 100644 --- a/include/linux/inet.h +++ b/include/linux/inet.h @@ -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 */ |
