Drop support for lint for cdefs.h.
This commit is contained in:
parent
39e5f2b207
commit
b6735f6ff5
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user