Remove the now unused NTOHL() family of macros.

This commit is contained in:
Mike Barcroft 2002-02-28 09:59:00 +00:00
parent 27aba6a42a
commit 0497c9b478

View File

@ -266,16 +266,6 @@ __bswap64(__uint64_t x)
#endif /* _KERNEL */
/*
* XXX deprecated uppercase variants for byteorder(3) functions.
*/
#ifndef _POSIX_SOURCE
#define NTOHL(x) ((x) = ntohl(x))
#define NTOHS(x) ((x) = ntohs(x))
#define HTONL(x) ((x) = htonl(x))
#define HTONS(x) ((x) = htons(x))
#endif /* _POSIX_SOURCE */
/*
* Constants for setting the parameters of the kernel memory allocator.
*