1 2 3 4 5 6 7 8 9 10
/* ISC license. */ #include "os.h" /* FreeBSD only does utx.log (wtmp) operations at the rc level. */ void os_final_wtmp (int what) { (void)what ; }