Perhaps there's a changelog on the website, but I don't understand enough japanese for that :(
17 lines
407 B
Text
17 lines
407 B
Text
$NetBSD: patch-ak,v 1.1 2001/03/20 13:54:32 wiz Exp $
|
|
|
|
--- mgterm/mdate.c.orig Fri Mar 9 20:05:20 2001
|
|
+++ mgterm/mdate.c Wed Mar 14 06:52:19 2001
|
|
@@ -670,9 +670,10 @@
|
|
#include <sys/swap.h>
|
|
#include <sys/param.h>
|
|
#include <sys/sysctl.h>
|
|
-#include <vm/vm_param.h>
|
|
-#ifdef UVM
|
|
+#if __NetBSD_Version__ > 105009900
|
|
#include <uvm/uvm_extern.h>
|
|
+#else
|
|
+#include <vm/vm_param.h>
|
|
#endif
|
|
#include <errno.h>
|
|
|