ce,cp: Remove pointless checks for <sys/cdefs.h>
Both of these headers check for _SYS_CDEFS_H_ after including <sys/param.h> which itself includes <sys/cdefs.h>. PR: 263102 (exp-run) Reviewed by: brooks, imp, emaste Differential Revision: https://reviews.freebsd.org/D34795
This commit is contained in:
parent
0966fb1b74
commit
17554af4e8
@ -74,10 +74,6 @@
|
||||
# include <sys/libkern.h>
|
||||
# include <sys/systm.h>
|
||||
# define port_t int
|
||||
|
||||
#ifndef _SYS_CDEFS_H_
|
||||
#error this file needs sys/cdefs.h as a prerequisite
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
@ -74,10 +74,6 @@
|
||||
# include <sys/libkern.h>
|
||||
# include <sys/systm.h>
|
||||
# define port_t int
|
||||
|
||||
#ifndef _SYS_CDEFS_H_
|
||||
#error this file needs sys/cdefs.h as a prerequisite
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user