diff --git a/kernel/compat.h b/kernel/compat.h index a83dc570..386c60ef 100644 --- a/kernel/compat.h +++ b/kernel/compat.h @@ -62,4 +62,8 @@ extern int _compat_unlink( #endif /* MARS_HAS_PREPATCH */ +/* Various compatibility checks for upstream kernels. + * This is a hell. + */ + #endif /* _MARS_COMPAT */