Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/raidframe remove duplicated line in previously. not...



details:   https://anonhg.NetBSD.org/src/rev/eeff65ddfc9c
branches:  trunk
changeset: 448570:eeff65ddfc9c
user:      mrg <mrg%NetBSD.org@localhost>
date:      Tue Feb 05 09:45:38 2019 +0000

description:
remove duplicated line in previously.  noticed by paulg.

diffstat:

 sys/dev/raidframe/rf_netbsdkintf.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 92a4ff3275af -r eeff65ddfc9c sys/dev/raidframe/rf_netbsdkintf.c
--- a/sys/dev/raidframe/rf_netbsdkintf.c        Tue Feb 05 09:34:38 2019 +0000
+++ b/sys/dev/raidframe/rf_netbsdkintf.c        Tue Feb 05 09:45:38 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rf_netbsdkintf.c,v 1.364 2019/02/05 09:28:00 mrg Exp $ */
+/*     $NetBSD: rf_netbsdkintf.c,v 1.365 2019/02/05 09:45:38 mrg Exp $ */
 
 /*-
  * Copyright (c) 1996, 1997, 1998, 2008-2011 The NetBSD Foundation, Inc.
@@ -101,7 +101,7 @@
  ***********************************************************/
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rf_netbsdkintf.c,v 1.364 2019/02/05 09:28:00 mrg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rf_netbsdkintf.c,v 1.365 2019/02/05 09:45:38 mrg Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_raid_autoconfig.h"
@@ -155,7 +155,6 @@
 #ifdef _LP64
 #include "rf_compat32.h"
 #define RAID_COMPAT32
-#define RAID_COMPAT32
 #endif
 #endif
 



Home | Main Index | Thread Index | Old Index