Drop support for lint for cdefs.h.

This commit is contained in:
Warner Losh 2018-03-20 21:18:40 +00:00
parent 39e5f2b207
commit b6735f6ff5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=331266

View File

@ -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