Source-Changes-HG archive

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

[src/pgoyette-compat]: src/sys/modules/compat_raid_80 Don't include common co...



details:   https://anonhg.NetBSD.org/src/rev/8624d8cd439d
branches:  pgoyette-compat
changeset: 830859:8624d8cd439d
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Thu Oct 04 01:55:17 2018 +0000

description:
Don't include common compat_80 code in the raid-speific module

diffstat:

 sys/modules/compat_raid_80/Makefile |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 8bbe11df8c0f -r 8624d8cd439d sys/modules/compat_raid_80/Makefile
--- a/sys/modules/compat_raid_80/Makefile       Wed Oct 03 22:53:52 2018 +0000
+++ b/sys/modules/compat_raid_80/Makefile       Thu Oct 04 01:55:17 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.1.2.1 2018/09/22 22:21:46 pgoyette Exp $
+#      $NetBSD: Makefile,v 1.1.2.2 2018/10/04 01:55:17 pgoyette Exp $
 
 .include "../Makefile.inc"
 
@@ -8,8 +8,6 @@
 
 CPPFLAGS+=     -DCOMPAT_80
 
-SRCS+= compat_80_mod.c
-
 .PATH: ${S}/dev/raidframe
 
 SRCS+= rf_compat80.c 



Home | Main Index | Thread Index | Old Index