diff --git a/module.h b/module.h index e001135..0bbe7a7 100644 --- a/module.h +++ b/module.h @@ -62,7 +62,7 @@ struct module union { - atomic_t usecount; + int usecount; long pad; } uc; /* Needs to keep its size - so says rth */