diff options
| author | Mike Barcroft <mike@FreeBSD.org> | 2002-02-28 09:59:00 +0000 |
|---|---|---|
| committer | Mike Barcroft <mike@FreeBSD.org> | 2002-02-28 09:59:00 +0000 |
| commit | 0497c9b47804fe7842fef838965cb9cda66b8f6a (patch) | |
| tree | a32ab9320c3e73f7887051ccbd6f497d8a5f33b4 /sys | |
| parent | 27aba6a42a5736795f9b9c7465bcf64607b988b8 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/sys/param.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/sys/sys/param.h b/sys/sys/param.h index 6f13c4bda60a2..d954ed1637576 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -267,16 +267,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. * * 2 ** MINBUCKET is the smallest unit of memory that will be |
