summaryrefslogtreecommitdiff
path: root/parallel/openpbs/patches/patch-aa
blob: a3b632e30c4c0115555c465eedce465edf7e2859 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-aa,v 1.1.1.1 2003/07/17 14:19:16 agc Exp $

--- src/resmom/netbsd/mom_mach.c	2003/07/09 13:17:42	1.1
+++ src/resmom/netbsd/mom_mach.c	2003/07/09 13:23:18
@@ -124,7 +124,11 @@
 #include	<sys/sysctl.h>
 #include	<sys/vmmeter.h>
 #include	<ufs/ufs/quota.h>
+#if __NetBSD_Version__ >= 104240000 /* 1.4X */
+#include	<uvm/uvm_map.h>
+#else
 #include	<vm/vm_map.h>
+#endif
 
 #include	"portability.h"
 #include	"pbs_error.h"