X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fshared%2Fboot-timestamps.c;h=68419595fbbf3b379a6ed44fbc02854d0b8c2766;hb=28747a0a626b15a9e0bfb34e0a729325e503820f;hp=d656685774b78e679cb94d978842d383bdf2c7c8;hpb=70d9b9fc0a4fa1698ff00e364c61bb875244efa1;p=elogind.git diff --git a/src/shared/boot-timestamps.c b/src/shared/boot-timestamps.c index d65668577..68419595f 100644 --- a/src/shared/boot-timestamps.c +++ b/src/shared/boot-timestamps.c @@ -19,14 +19,13 @@ You should have received a copy of the GNU Lesser General Public License along with systemd; If not, see . ***/ -#include #include "boot-timestamps.h" #include "acpi-fpdt.h" #include "efivars.h" int boot_timestamps(const dual_timestamp *n, dual_timestamp *firmware, dual_timestamp *loader) { - usec_t x, y, a; + usec_t x = 0, y = 0, a; int r; dual_timestamp _n;