Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/alpha/alpha KNF
details: https://anonhg.NetBSD.org/src/rev/8bc0b14ffbde
branches: trunk
changeset: 976706:8bc0b14ffbde
user: skrll <skrll%NetBSD.org@localhost>
date: Thu Oct 01 06:59:34 2020 +0000
description:
KNF
diffstat:
sys/arch/alpha/alpha/mcclock.c | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diffs (31 lines):
diff -r 670349e5be81 -r 8bc0b14ffbde sys/arch/alpha/alpha/mcclock.c
--- a/sys/arch/alpha/alpha/mcclock.c Thu Oct 01 06:40:16 2020 +0000
+++ b/sys/arch/alpha/alpha/mcclock.c Thu Oct 01 06:59:34 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mcclock.c,v 1.19 2020/09/29 01:20:59 thorpej Exp $ */
+/* $NetBSD: mcclock.c,v 1.20 2020/10/01 06:59:34 skrll Exp $ */
/*
* Copyright (c) 1994, 1995, 1996 Carnegie-Mellon University.
@@ -29,17 +29,17 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: mcclock.c,v 1.19 2020/09/29 01:20:59 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mcclock.c,v 1.20 2020/10/01 06:59:34 skrll Exp $");
#include "opt_clock_compat_osf1.h"
#include <sys/param.h>
-#include <sys/kernel.h>
-#include <sys/systm.h>
+#include <sys/bus.h>
#include <sys/device.h>
+#include <sys/kernel.h>
#include <sys/lwp.h>
+#include <sys/systm.h>
-#include <sys/bus.h>
#include <machine/cpu_counter.h>
#include <dev/clock_subr.h>
Home |
Main Index |
Thread Index |
Old Index