Module Name:    src
Committed By:   pgoyette
Date:           Sun Feb  3 09:32:08 UTC 2019

Modified Files:
        src/sys/modules/raid: Makefile

Log Message:
Remove some commented-out stuff accidentally left in the previous commit.

It's just comments, NFCI


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/modules/raid/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/modules/raid/Makefile
diff -u src/sys/modules/raid/Makefile:1.3 src/sys/modules/raid/Makefile:1.4
--- src/sys/modules/raid/Makefile:1.3	Sun Feb  3 08:02:25 2019
+++ src/sys/modules/raid/Makefile	Sun Feb  3 09:32:07 2019
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.3 2019/02/03 08:02:25 pgoyette Exp $
+#	$NetBSD: Makefile,v 1.4 2019/02/03 09:32:07 pgoyette Exp $
 
 .include "../Makefile.inc"
 
@@ -41,13 +41,4 @@ CPPFLAGS+=	-DRF_INCLUDE_INTERDECLUSTER=1
 CPPFLAGS+=	-DRF_INCLUDE_PARITY_DECLUSTERING=1
 CPPFLAGS+=	-DRF_INCLUDE_PARITY_DECLUSTERING_DS=1
 
-#XXX
-#.if ${MACHINE_CPU} == "sparc64" || \
-#    ${MACHINE_CPU} == "x86_64" || \
-#    ${MACHINE_CPU} == "mips64"
-#SRCS+=	rf_compat32.c
-#CPPFLAGS+=	-DCOMPAT_NETBSD32
-#.endif
-
-
 .include <bsd.kmodule.mk>

Reply via email to