svn commit: r331266 - head/sys/sys

Warner Losh imp at FreeBSD.org
Tue Mar 20 21:18:41 UTC 2018


Author: imp
Date: Tue Mar 20 21:18:40 2018
New Revision: 331266
URL: https://svnweb.freebsd.org/changeset/base/331266

Log:
  Drop support for lint for cdefs.h.

Modified:
  head/sys/sys/cdefs.h

Modified: head/sys/sys/cdefs.h
==============================================================================
--- head/sys/sys/cdefs.h	Tue Mar 20 21:17:48 2018	(r331265)
+++ head/sys/sys/cdefs.h	Tue Mar 20 21:18:40 2018	(r331266)
@@ -591,7 +591,7 @@
  *	__FBSDID("$FreeBSD$");
  */
 #ifndef	__FBSDID
-#if !defined(lint) && !defined(STRIP_FBSDID)
+#if !defined(STRIP_FBSDID)
 #define	__FBSDID(s)	__IDSTRING(__CONCAT(__rcsid_,__LINE__),s)
 #else
 #define	__FBSDID(s)	struct __hack


More information about the svn-src-head mailing list