Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/usb Sort opt_* #includes
details: https://anonhg.NetBSD.org/src/rev/a237eddf9050
branches: trunk
changeset: 819284:a237eddf9050
user: skrll <skrll%NetBSD.org@localhost>
date: Fri Nov 25 12:50:13 2016 +0000
description:
Sort opt_* #includes
diffstat:
sys/dev/usb/ukbd.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 10646d2e2ceb -r a237eddf9050 sys/dev/usb/ukbd.c
--- a/sys/dev/usb/ukbd.c Fri Nov 25 12:45:28 2016 +0000
+++ b/sys/dev/usb/ukbd.c Fri Nov 25 12:50:13 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ukbd.c,v 1.133 2016/04/30 14:33:16 skrll Exp $ */
+/* $NetBSD: ukbd.c,v 1.134 2016/11/25 12:50:13 skrll Exp $ */
/*
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -35,14 +35,14 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ukbd.c,v 1.133 2016/04/30 14:33:16 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ukbd.c,v 1.134 2016/11/25 12:50:13 skrll Exp $");
#ifdef _KERNEL_OPT
+#include "opt_ddb.h"
#include "opt_ukbd.h"
#include "opt_ukbd_layout.h"
#include "opt_usb.h"
#include "opt_wsdisplay_compat.h"
-#include "opt_ddb.h"
#endif /* _KERNEL_OPT */
#include <sys/param.h>
Home |
Main Index |
Thread Index |
Old Index