--- Gnu-Mach/kern/refcount.h 2020/09/02 04:36:57 1.1.1.1 +++ Gnu-Mach/kern/refcount.h 2020/09/02 04:49:59 1.1.1.3 @@ -27,9 +27,7 @@ #ifndef _KERN_REFCOUNT_H_ #define _KERN_REFCOUNT_H_ -#include - -#include "refcount.h" /*XXX*/ +#include /* Unless the above include file specified otherwise, use the system-independent (unoptimized) atomic reference counter. */ @@ -65,6 +63,6 @@ typedef struct RefCount RefCount; if (new_value == 0) { func; } \ MACRO_END -#endif +#endif /* MACHINE_REFCOUNT */ -#endif _KERN_REFCOUNT_H_ +#endif /* _KERN_REFCOUNT_H_ */