#include <bootstrap_priv.h>
#include <reboot2.h>
#include <utmpx.h>
-#include <sys/sysctl.h>
#include "pathnames.h"
#endif /* __APPLE__ */
utx.ut_type = SHUTDOWN_TIME;
gettimeofday(&utx.ut_tv, NULL);
pututxline(&utx);
-
- int newvalue = 1;
- sysctlbyname("kern.willshutdown", NULL, NULL, &newvalue, sizeof(newvalue));
}
#else
logwtmp("~", "shutdown", "");