summaryrefslogtreecommitdiff
path: root/net-mgmt/net-snmp-devel/files/patch-ab
blob: 4a8f9a65a244495485c66d6ecf43d1f84cdb0141 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
--- agent/mibgroup/ucd-snmp/disk.c~	Fri Mar  5 08:45:00 1999
+++ agent/mibgroup/ucd-snmp/disk.c	Sat Apr  3 13:33:11 1999
@@ -24,12 +24,12 @@
 #include <sys/vmmeter.h>
 #endif
 #endif
-#if HAVE_SYS_CONF_H
-#include <sys/conf.h>
-#endif
 #if HAVE_SYS_PARAM_H
 #include <sys/param.h>
 #endif
+#if HAVE_SYS_CONF_H
+#include <sys/conf.h>
+#endif
 #if HAVE_ASM_PAGE_H
 #include <asm/page.h>
 #endif
@@ -86,6 +86,7 @@
 #include <vm/vm.h>
 #endif
 #if HAVE_VM_SWAP_PAGER_H
+#include <vm/vm.h>
 #include <vm/swap_pager.h>
 #endif
 #if HAVE_SYS_FIXPOINT_H
--- agent/mibgroup/ucd-snmp/errormib.c~	Tue Mar  2 05:27:30 1999
+++ agent/mibgroup/ucd-snmp/errormib.c	Sat Apr  3 13:33:44 1999
@@ -93,6 +93,7 @@
 #define statvfs statfs
 #endif
 #if HAVE_VM_SWAP_PAGER_H
+#include <vm/vm.h>
 #include <vm/swap_pager.h>
 #endif
 #if HAVE_SYS_FIXPOINT_H
--- agent/mibgroup/ucd-snmp/extensible.c~	Fri Mar  5 08:45:01 1999
+++ agent/mibgroup/ucd-snmp/extensible.c	Sat Apr  3 13:34:13 1999
@@ -81,6 +81,7 @@
 #define statvfs statfs
 #endif
 #if HAVE_VM_SWAP_PAGER_H
+#include <vm/vm.h>
 #include <vm/swap_pager.h>
 #endif
 #if HAVE_SYS_FIXPOINT_H
--- agent/mibgroup/ucd-snmp/loadave.c~	Tue Mar 16 08:21:02 1999
+++ agent/mibgroup/ucd-snmp/loadave.c	Sat Apr  3 13:34:39 1999
@@ -80,6 +80,7 @@
 #define statvfs statfs
 #endif
 #if HAVE_VM_SWAP_PAGER_H
+#include <vm/vm.h>
 #include <vm/swap_pager.h>
 #endif
 #if HAVE_SYS_FIXPOINT_H