Source-Changes-HG archive

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

[src/pgoyette-compat]: src/sys/modules/vnd We no longer need to force compat_...



details:   https://anonhg.NetBSD.org/src/rev/36b3998a1621
branches:  pgoyette-compat
changeset: 360231:36b3998a1621
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Thu Mar 29 11:22:23 2018 +0000

description:
We no longer need to force compat_30 - it will be automatically
invoked if the appropriate compat module is loaded.

diffstat:

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

diffs (14 lines):

diff -r ff5650fa8671 -r 36b3998a1621 sys/modules/vnd/Makefile
--- a/sys/modules/vnd/Makefile  Thu Mar 29 11:20:02 2018 +0000
+++ b/sys/modules/vnd/Makefile  Thu Mar 29 11:22:23 2018 +0000
@@ -1,8 +1,8 @@
-#      $NetBSD: Makefile,v 1.3 2015/08/20 11:05:02 christos Exp $
+#      $NetBSD: Makefile,v 1.3.16.1 2018/03/29 11:22:23 pgoyette Exp $
 
 .include "../Makefile.inc"
 
-CPPFLAGS+= -DVND_COMPRESSION -DCOMPAT_30 -DCOMPAT_50
+CPPFLAGS+= -DVND_COMPRESSION -DCOMPAT_50
 
 .PATH: ${S}/dev
 



Home | Main Index | Thread Index | Old Index