linux_time.c (cfe30d02adda7c3b5c76156ac52d50d8cab325d9) linux_time.c (54366c0bd7d0ea904fb9ab32460c66d57684a7cb)
1/* $NetBSD: linux_time.c,v 1.14 2006/05/14 03:40:54 christos Exp $ */
2
3/*-
4 * Copyright (c) 2001 The NetBSD Foundation, Inc.
5 * All rights reserved.
6 *
7 * This code is derived from software contributed to The NetBSD Foundation
8 * by Emmanuel Dreyfus.

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

31
32#include <sys/cdefs.h>
33__FBSDID("$FreeBSD$");
34#if 0
35__KERNEL_RCSID(0, "$NetBSD: linux_time.c,v 1.14 2006/05/14 03:40:54 christos Exp $");
36#endif
37
38#include "opt_compat.h"
1/* $NetBSD: linux_time.c,v 1.14 2006/05/14 03:40:54 christos Exp $ */
2
3/*-
4 * Copyright (c) 2001 The NetBSD Foundation, Inc.
5 * All rights reserved.
6 *
7 * This code is derived from software contributed to The NetBSD Foundation
8 * by Emmanuel Dreyfus.

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

31
32#include <sys/cdefs.h>
33__FBSDID("$FreeBSD$");
34#if 0
35__KERNEL_RCSID(0, "$NetBSD: linux_time.c,v 1.14 2006/05/14 03:40:54 christos Exp $");
36#endif
37
38#include "opt_compat.h"
39#include "opt_kdtrace.h"
40
41#include <sys/param.h>
42#include <sys/kernel.h>
43#include <sys/ucred.h>
44#include <sys/mount.h>
45#include <sys/sdt.h>
46#include <sys/signal.h>
47#include <sys/stdint.h>

--- 370 unchanged lines hidden ---
39
40#include <sys/param.h>
41#include <sys/kernel.h>
42#include <sys/ucred.h>
43#include <sys/mount.h>
44#include <sys/sdt.h>
45#include <sys/signal.h>
46#include <sys/stdint.h>

--- 370 unchanged lines hidden ---