summaryrefslogtreecommitdiff
path: root/src/os/freebsd-os_final_wtmp.c
blob: 868e0c3fd51c4c43a53ec25273f633c67d695938 (plain)
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 ;
}