fiss

Friedel's Initialization and Service Supervision
Log | Files | Refs | LICENSE

wtmp.h (155B)


      1 #pragma once
      2 
      3 #ifndef OUR_WTMP
      4 #	define OUR_WTMP "/var/log/wtmp"
      5 #endif
      6 
      7 #ifndef OUR_UTMP
      8 #	define OUR_UTMP "/run/utmp"
      9 #endif
     10 
     11 void write_wtmp(int boot);