Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/i386/pnpbios Omit needless <sys/rnd.h>.
details: https://anonhg.NetBSD.org/src/rev/1544c84adac7
branches: trunk
changeset: 337379:1544c84adac7
user: riastradh <riastradh%NetBSD.org@localhost>
date: Mon Apr 13 16:51:40 2015 +0000
description:
Omit needless <sys/rnd.h>.
diffstat:
sys/arch/i386/pnpbios/fdc_pnpbios.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 4bc5f8bc2490 -r 1544c84adac7 sys/arch/i386/pnpbios/fdc_pnpbios.c
--- a/sys/arch/i386/pnpbios/fdc_pnpbios.c Mon Apr 13 16:46:33 2015 +0000
+++ b/sys/arch/i386/pnpbios/fdc_pnpbios.c Mon Apr 13 16:51:40 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: fdc_pnpbios.c,v 1.17 2012/02/02 19:42:59 tls Exp $ */
+/* $NetBSD: fdc_pnpbios.c,v 1.18 2015/04/13 16:51:40 riastradh Exp $ */
/*-
* Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -34,7 +34,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: fdc_pnpbios.c,v 1.17 2012/02/02 19:42:59 tls Exp $");
+__KERNEL_RCSID(0, "$NetBSD: fdc_pnpbios.c,v 1.18 2015/04/13 16:51:40 riastradh Exp $");
@@ -44,7 +44,6 @@
#include <sys/device.h>
#include <sys/buf.h>
#include <sys/queue.h>
-#include <sys/rnd.h>
#include <sys/bus.h>
#include <machine/intr.h>
Home |
Main Index |
Thread Index |
Old Index