Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sgimips/mace Missed a spot: rnd.h -> rndsource.h.
details: https://anonhg.NetBSD.org/src/rev/62163aee83cd
branches: trunk
changeset: 337396:62163aee83cd
user: riastradh <riastradh%NetBSD.org@localhost>
date: Mon Apr 13 21:22:34 2015 +0000
description:
Missed a spot: rnd.h -> rndsource.h.
diffstat:
sys/arch/sgimips/mace/if_mec.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r c6093a774e9d -r 62163aee83cd sys/arch/sgimips/mace/if_mec.c
--- a/sys/arch/sgimips/mace/if_mec.c Mon Apr 13 21:18:40 2015 +0000
+++ b/sys/arch/sgimips/mace/if_mec.c Mon Apr 13 21:22:34 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_mec.c,v 1.50 2014/08/10 16:44:34 tls Exp $ */
+/* $NetBSD: if_mec.c,v 1.51 2015/04/13 21:22:34 riastradh Exp $ */
/*-
* Copyright (c) 2004, 2008 Izumi Tsutsui. All rights reserved.
@@ -61,7 +61,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_mec.c,v 1.50 2014/08/10 16:44:34 tls Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_mec.c,v 1.51 2015/04/13 21:22:34 riastradh Exp $");
#include "opt_ddb.h"
@@ -76,7 +76,7 @@
#include <sys/ioctl.h>
#include <sys/errno.h>
-#include <sys/rnd.h>
+#include <sys/rndsource.h>
#include <net/if.h>
#include <net/if_dl.h>
Home |
Main Index |
Thread Index |
Old Index