diff options
author | Roy Marples <roy@marples.name> | 2009-10-13 08:03:45 +0100 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2009-10-13 08:03:45 +0100 |
commit | a8f6a9b6540ca301af625b4767df53860511a6dc (patch) | |
tree | a1dd01c8796d117c986f96fd702c3f3c6f2cdba5 /src/includes/rc-misc.h | |
parent | aaa0498bf86baa065656b6a5c37cff82c032eb6d (diff) |
Add new utility and init script swclock that sets the system time based on
the mtime of a file. It saves the shutdown time to this file also.
This is handy for systems without a working RTC chip.
Based on an idea by Michael A. Smith <michael@smith-li.com>.
Fixes Gentoo #272073.
Diffstat (limited to 'src/includes/rc-misc.h')
-rw-r--r-- | src/includes/rc-misc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/includes/rc-misc.h b/src/includes/rc-misc.h index de6888e4..798df55b 100644 --- a/src/includes/rc-misc.h +++ b/src/includes/rc-misc.h @@ -35,6 +35,7 @@ #include <sys/stat.h> #include <errno.h> #include <stdbool.h> +#include <stdlib.h> #include <string.h> #define RC_LEVEL_BOOT "boot" |