Source-Changes-HG archive

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

[src/trunk]: src/sys/modules/vnd enable COMPAT_30 and COMPAT_50 in the module.



details:   https://anonhg.NetBSD.org/src/rev/d0951f399cbc
branches:  trunk
changeset: 757721:d0951f399cbc
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Sep 19 05:42:10 2010 +0000

description:
enable COMPAT_30 and COMPAT_50 in the module.

diffstat:

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

diffs (14 lines):

diff -r 1293c56f134e -r d0951f399cbc sys/modules/vnd/Makefile
--- a/sys/modules/vnd/Makefile  Sun Sep 19 02:09:27 2010 +0000
+++ b/sys/modules/vnd/Makefile  Sun Sep 19 05:42:10 2010 +0000
@@ -1,8 +1,8 @@
-#      $NetBSD: Makefile,v 1.1 2009/02/05 17:32:10 haad Exp $
+#      $NetBSD: Makefile,v 1.2 2010/09/19 05:42:10 mrg Exp $
 
 .include "../Makefile.inc"
 
-CPPFLAGS+= -D VND_COMPRESSION
+CPPFLAGS+= -DVND_COMPRESSION -DCOMPAT_30 -DCOMPAT_50
 
 .PATH: ${S}/dev
 



Home | Main Index | Thread Index | Old Index