--- Gnu-Mach/kern/refcount.h 2020/09/02 04:36:57 1.1.1.1 +++ Gnu-Mach/kern/refcount.h 2020/09/02 04:47:43 1.1.1.2 @@ -29,8 +29,6 @@ #include -#include "refcount.h" /*XXX*/ - /* Unless the above include file specified otherwise, use the system-independent (unoptimized) atomic reference counter. */ #ifndef MACHINE_REFCOUNT @@ -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_ */