Sophie

Sophie

distrib > Scientific%20Linux > 5x > x86_64 > by-pkgid > 9383e745e23602bc45f9c92184feea59 > files > 42

gfs2-utils-0.1.62-28.el5.src.rpm

commit ae16ca4e3c1a4dfdecafb124947fd43c836de8c5
Author: Bob Peterson <bob@krishna.(none)>
Date:   Wed Feb 17 11:44:03 2010 -0600

    Include <errno.h> in pass1.c
    
    The pass1 code now references values in errno.h, so it should
    include it.
    
    rhbz#455300

diff --git a/gfs2/fsck/pass1.c b/gfs2/fsck/pass1.c
index 7162f96..61aecb2 100644
--- a/gfs2/fsck/pass1.c
+++ b/gfs2/fsck/pass1.c
@@ -30,6 +30,7 @@
 #include <sys/ioctl.h>
 #include <inttypes.h>
 #include <libintl.h>
+#include <errno.h>
 #define _(String) gettext(String)
 
 #include "libgfs2.h"