cluster: RHEL56 - fsck.gfs2: metawalk.c should include errno.h

Bob Peterson rpeterso at fedoraproject.org
Sat Apr 10 04:53:49 UTC 2010


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=ee54c19b7f4783f3a609fbab09b45a87bea6de79
Commit:        ee54c19b7f4783f3a609fbab09b45a87bea6de79
Parent:        c30fd6a2560452a111dad8584951765d9ddb787b
Author:        Bob Peterson <bob at krishna.(none)>
AuthorDate:    Wed Feb 17 12:35:51 2010 -0600
Committer:     Bob Peterson <rpeterso at redhat.com>
CommitterDate: Fri Apr 9 23:43:47 2010 -0500

fsck.gfs2: metawalk.c should include errno.h

The previous patch introduced code that references values in
errno.h, so it should include it.

rhbz#455300
---
 gfs2/fsck/metawalk.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/gfs2/fsck/metawalk.c b/gfs2/fsck/metawalk.c
index fa7ef82..9e87b86 100644
--- a/gfs2/fsck/metawalk.c
+++ b/gfs2/fsck/metawalk.c
@@ -10,6 +10,7 @@
 *******************************************************************************
 ******************************************************************************/
 
+#include <errno.h>
 #include <inttypes.h>
 #include <linux_endian.h>
 #include <stdio.h>


More information about the cluster-commits mailing list