diff options
Diffstat (limited to 'LibC/arpa/inet.h')
-rw-r--r-- | LibC/arpa/inet.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/LibC/arpa/inet.h b/LibC/arpa/inet.h index ec2292ef67..0c0c966a68 100644 --- a/LibC/arpa/inet.h +++ b/LibC/arpa/inet.h @@ -33,4 +33,3 @@ static inline uint32_t ntohl(uint32_t ns) } __END_DECLS - |