| Main index | Section 9 | Options |
#include <sys/systm.h>
In releases before major the deprecation notice states " Deprecated code (to be removed in FreeBSD major, Ns, ): msg ". In releases equal to and after major the notice states " Obsolete code will be removed soon: msg ".
void
sample_init(void)
{
/* Initializaiton code omitted. */
gone_in(14, "Giant-locked filesystem");
}
int
example_driver_attach(struct example_driver_softc *sc)
{
/* Attach code omitted. */
gone_in_dev(sc->dev, 14, "Giant-locked driver");
}
| GONE_IN (9) | August 16, 2021 |
| Main index | Section 9 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.
| “ | C is a language that combines all the elegance and power of assembly language with all the readability and maintainability of assembly language. | ” |