From dacf8817be3943b8911d290fb9cbaaa5d659ad95 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Wed, 21 Apr 2021 13:50:10 +0000 Subject: The final wtmp entry is also os-specific --- src/os/freebsd-os_final_wtmp.c | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/os/freebsd-os_final_wtmp.c (limited to 'src/os/freebsd-os_final_wtmp.c') diff --git a/src/os/freebsd-os_final_wtmp.c b/src/os/freebsd-os_final_wtmp.c new file mode 100644 index 0000000..868e0c3 --- /dev/null +++ b/src/os/freebsd-os_final_wtmp.c @@ -0,0 +1,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 ; +} -- cgit v1.3.1