}
/*
- * Clean up anything that ndo_init() did.
+ * Clean up anything that nd_init() did.
*/
void
nd_cleanup(void)
* XL C that the function is noreturn, but GCC remains unaware of that and
* yields a "'noreturn' function does return" warning.
*/
- ND_UNREACHABLE
+ ND_NOT_REACHABLE
#endif /* _AIX */
}