Deleted Added
full compact
kern_tc.c (112367) kern_tc.c (116182)
1/*-
2 * ----------------------------------------------------------------------------
3 * "THE BEER-WARE LICENSE" (Revision 42):
4 * <phk@FreeBSD.ORG> wrote this file. As long as you retain this notice you
5 * can do whatever you want with this stuff. If we meet some day, and you think
6 * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
7 * ----------------------------------------------------------------------------
1/*-
2 * ----------------------------------------------------------------------------
3 * "THE BEER-WARE LICENSE" (Revision 42):
4 * <phk@FreeBSD.ORG> wrote this file. As long as you retain this notice you
5 * can do whatever you want with this stuff. If we meet some day, and you think
6 * this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
7 * ----------------------------------------------------------------------------
8 *
9 * $FreeBSD: head/sys/kern/kern_tc.c 112367 2003-03-18 08:45:25Z phk $
10 */
11
8 */
9
10#include <sys/cdefs.h>
11__FBSDID("$FreeBSD: head/sys/kern/kern_tc.c 116182 2003-06-11 00:56:59Z obrien $");
12
12#include "opt_ntp.h"
13
14#include <sys/param.h>
15#include <sys/kernel.h>
16#include <sys/sysctl.h>
17#include <sys/systm.h>
18#include <sys/timepps.h>
19#include <sys/timetc.h>

--- 680 unchanged lines hidden ---
13#include "opt_ntp.h"
14
15#include <sys/param.h>
16#include <sys/kernel.h>
17#include <sys/sysctl.h>
18#include <sys/systm.h>
19#include <sys/timepps.h>
20#include <sys/timetc.h>

--- 680 unchanged lines hidden ---