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:
John Baldwin 2022-04-12 10:05:34 -07:00
parent 0966fb1b74
commit 17554af4e8
2 changed files with 0 additions and 8 deletions

View File

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

View File

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