]> git.pld-linux.org Git - packages/evms.git/blame - evms-page_size.patch
- updated gettext BR
[packages/evms.git] / evms-page_size.patch
CommitLineData
14bce9d0 1diff -Nur evms-2.5.5/plugins/swap.org/swapfs.c evms-2.5.5/plugins/swap/swapfs.c
2--- evms-2.5.5/plugins/swap.org/swapfs.c 2005-06-16 16:53:57.000000000 +0000
3+++ evms-2.5.5/plugins/swap/swapfs.c 2009-03-01 20:34:36.505962352 +0000
4@@ -27,7 +27,7 @@
5 #include <plugin.h>
6 #include <fcntl.h>
7 #include <sys/wait.h>
8-#include <asm/page.h> /* to get PAGE_SIZE */
9+#include <sys/user.h> /* to get PAGE_SIZE */
10 #include <sys/swap.h>
11
12 #include "swapfs.h"
13diff -Nur evms-2.5.5/plugins/xfs.org/fsimxfs.h evms-2.5.5/plugins/xfs/fsimxfs.h
14--- evms-2.5.5/plugins/xfs.org/fsimxfs.h 2005-06-16 16:54:04.000000000 +0000
15+++ evms-2.5.5/plugins/xfs/fsimxfs.h 2009-03-01 20:34:45.592046002 +0000
16@@ -19,7 +19,7 @@
17 */
18
19 #include <uuid/uuid.h>
20-#include <asm/page.h>
21+#include <sys/user.h>
22
23 extern plugin_record_t xfs_plugin_record;
24 extern plugin_record_t * my_plugin_record;
This page took 0.032744 seconds and 4 git commands to generate.