Remove extra DOF_SEC_XLIMPORT from the DOF_SEC_ISLOADABLE macro

MFC after:	2 weeks
Sponsored by:	DARPA, AFRL
This commit is contained in:
George V. Neville-Neil 2016-12-16 20:44:14 +00:00
parent a7514a4925
commit 805e1842c8

View File

@ -738,8 +738,8 @@ typedef struct dof_sec {
((x) == DOF_SECT_PRARGS) || ((x) == DOF_SECT_PROFFS) || \
((x) == DOF_SECT_INTTAB) || ((x) == DOF_SECT_XLTAB) || \
((x) == DOF_SECT_XLMEMBERS) || ((x) == DOF_SECT_XLIMPORT) || \
((x) == DOF_SECT_XLIMPORT) || ((x) == DOF_SECT_XLEXPORT) || \
((x) == DOF_SECT_PREXPORT) || ((x) == DOF_SECT_PRENOFFS))
((x) == DOF_SECT_XLEXPORT) || ((x) == DOF_SECT_PREXPORT) || \
((x) == DOF_SECT_PRENOFFS))
typedef struct dof_ecbdesc {
dof_secidx_t dofe_probes; /* link to DOF_SECT_PROBEDESC */