public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* gfs2-utils: master - mount.gfs2: Fix wrong header
@ 2009-01-26 17:30 Steven Whitehouse
  0 siblings, 0 replies; only message in thread
From: Steven Whitehouse @ 2009-01-26 17:30 UTC (permalink / raw)
  To: cluster-cvs-relay

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
 


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-01-26 17:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-01-26 17:30 gfs2-utils: master - mount.gfs2: Fix wrong header Steven Whitehouse

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).