aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/param.h
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2017-11-23 11:40:16 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2017-11-23 11:40:16 +0000
commit383f241dce091911b9466f49c19c8746b233ba3e (patch)
tree02563556bd23b0e157a8ee5501cecf0296474fad /sys/sys/param.h
parentee50062cfb85553ad933db2b2e5a85fe85705d57 (diff)
downloadsrc-383f241dce091911b9466f49c19c8746b233ba3e.tar.gz
src-383f241dce091911b9466f49c19c8746b233ba3e.zip
Remove lint support from system headers and MD x86 headers.
Reviewed by: dim, jhb Discussed with: imp Sponsored by: The FreeBSD Foundation Differential revision: https://reviews.freebsd.org/D13156
Notes
Notes: svn path=/head/; revision=326123
Diffstat (limited to 'sys/sys/param.h')
-rw-r--r--sys/sys/param.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/sys/param.h b/sys/sys/param.h
index 565907675519..723f7c0c4bd5 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -321,7 +321,6 @@ __END_DECLS
#endif
#endif
-#ifndef lint
#ifndef _BYTEORDER_FUNC_DEFINED
#define _BYTEORDER_FUNC_DEFINED
#define htonl(x) __htonl(x)
@@ -329,7 +328,6 @@ __END_DECLS
#define ntohl(x) __ntohl(x)
#define ntohs(x) __ntohs(x)
#endif /* !_BYTEORDER_FUNC_DEFINED */
-#endif /* lint */
#endif /* _KERNEL */
/*