projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c6c98f
)
[PATCH] ocfs2/dlm: fix compilation on ia64
author
Jeff Mahoney
<jeffm@suse.com>
Mon, 9 Jan 2006 17:36:40 +0000
(12:36 -0500)
committer
Mark Fasheh
<mark.fasheh@oracle.com>
Fri, 3 Feb 2006 21:47:18 +0000
(13:47 -0800)
Including <asm/signal.h> results in compilation failure on ia64 due to
not including <linux/compiler.h>
Including <linux/signal.h> corrects the problem.
Please apply.
Signed-off-by: Jeff Mahoney <jeffm@suse.com>
Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
fs/ocfs2/dlm/userdlm.c
patch
|
blob
|
history
diff --git
a/fs/ocfs2/dlm/userdlm.c
b/fs/ocfs2/dlm/userdlm.c
index e1fdd288796ecaf4d3879ac841e6d7b3d3a295d3..c3764f4744ee60c9a7f6e6e2b11ff7c1fd9f48c4 100644
(file)
--- a/
fs/ocfs2/dlm/userdlm.c
+++ b/
fs/ocfs2/dlm/userdlm.c
@@
-27,7
+27,7
@@
* Boston, MA 021110-1307, USA.
*/
-#include <
asm
/signal.h>
+#include <
linux
/signal.h>
#include <linux/module.h>
#include <linux/fs.h>