Deleted Added
full compact
subr_rtc.c (127911) subr_rtc.c (139804)
1/*
1/*-
2 * Copyright (c) 1988 University of Utah.
3 * Copyright (c) 1982, 1990, 1993
4 * The Regents of the University of California. All rights reserved.
5 *
6 * This code is derived from software contributed to Berkeley by
7 * the Systems Programming Group of the University of Utah Computer
8 * Science Department.
9 *

--- 39 unchanged lines hidden (view full) ---

49
50/*
51 * Generic routines to convert between a POSIX date
52 * (seconds since 1/1/1970) and yr/mo/day/hr/min/sec
53 * Derived from NetBSD arch/hp300/hp300/clock.c
54 */
55
56#include <sys/cdefs.h>
2 * Copyright (c) 1988 University of Utah.
3 * Copyright (c) 1982, 1990, 1993
4 * The Regents of the University of California. All rights reserved.
5 *
6 * This code is derived from software contributed to Berkeley by
7 * the Systems Programming Group of the University of Utah Computer
8 * Science Department.
9 *

--- 39 unchanged lines hidden (view full) ---

49
50/*
51 * Generic routines to convert between a POSIX date
52 * (seconds since 1/1/1970) and yr/mo/day/hr/min/sec
53 * Derived from NetBSD arch/hp300/hp300/clock.c
54 */
55
56#include <sys/cdefs.h>
57__FBSDID("$FreeBSD: head/sys/kern/subr_rtc.c 127911 2004-04-05 21:03:37Z imp $");
57__FBSDID("$FreeBSD: head/sys/kern/subr_rtc.c 139804 2005-01-06 23:35:40Z imp $");
58
59#include <sys/param.h>
60#include <sys/systm.h>
61#include <sys/kernel.h>
62#include <sys/bus.h>
63#include <sys/clock.h>
64#include <sys/sysctl.h>
65#include <sys/timetc.h>

--- 252 unchanged lines hidden ---
58
59#include <sys/param.h>
60#include <sys/systm.h>
61#include <sys/kernel.h>
62#include <sys/bus.h>
63#include <sys/clock.h>
64#include <sys/sysctl.h>
65#include <sys/timetc.h>

--- 252 unchanged lines hidden ---