This is the mail archive of the cluster-cvs@sourceware.org mailing list for the cluster.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gfs2-utils: master - mount.gfs2: Fix wrong header


Gitweb:        http://git.fedorahosted.org/git/gfs2-utils.git?p=gfs2-utils.git;a=commitdiff;h=c6be237624909f776bc8881498b9c145754d4ce0
Commit:        c6be237624909f776bc8881498b9c145754d4ce0
Parent:        e787a9272c4e5f66174958cddc435abbe2fdb5b2
Author:        Steven Whitehouse <swhiteho@redhat.com>
AuthorDate:    Mon Jan 26 16:29:06 2009 +0000
Committer:     Steven Whitehouse <swhiteho@redhat.com>
CommitterDate: Mon Jan 26 16:29:06 2009 +0000

mount.gfs2: Fix wrong header

Reported-by: Andy Price <welshbyte@sucs.org>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
---
 gfs2/mount/gfs_ondisk.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gfs2/mount/gfs_ondisk.h b/gfs2/mount/gfs_ondisk.h
index b3002d9..61cf30d 100644
--- a/gfs2/mount/gfs_ondisk.h
+++ b/gfs2/mount/gfs_ondisk.h
@@ -81,7 +81,7 @@
 #define __GFS_ONDISK_DOT_H__
 
 #include <endian.h>
-#include <byteorder.h>
+#include <byteswap.h>
 
 #if __BYTE_ORDER == __BIG_ENDIAN
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]