summaryrefslogtreecommitdiffstats
path: root/sys/kern/init_main.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2001-02-23 23:05:46 +0000
committerpeter <peter@FreeBSD.org>2001-02-23 23:05:46 +0000
commitc4ff4fe19e5d6e5d669afc648a911e83f7ff89b3 (patch)
tree5b154f3838be6fdf905bcb994709c470e3b0ebf7 /sys/kern/init_main.c
parentc22c78561a02fa4620659fe5d50605700c1a37d5 (diff)
downloadFreeBSD-src-c4ff4fe19e5d6e5d669afc648a911e83f7ff89b3.zip
FreeBSD-src-c4ff4fe19e5d6e5d669afc648a911e83f7ff89b3.tar.gz
Stricter style(9) conformance - remove unnecessary blank lines in previous
commit.
Diffstat (limited to 'sys/kern/init_main.c')
-rw-r--r--sys/kern/init_main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/kern/init_main.c b/sys/kern/init_main.c
index 3b68410..f9a0a93 100644
--- a/sys/kern/init_main.c
+++ b/sys/kern/init_main.c
@@ -245,14 +245,12 @@ print_bday(void *data __unused)
int day;
getmicrotime(&tv);
-
/*
* We modulus by 126230400 (4*365.25*24*60*60) and then check each
* valid day in the four years covered by that interval to account
* for leap years. Note that this will break in 2100 AD.
*/
day = (tv.tv_sec % 126230400) / (24*60*60);
-
/*
* Day 0 is Jan 1, so day 22 of Feb is Feb 23. Leap year was '72,
* so the third year in each set is a leap year.
OpenPOWER on IntegriCloud