X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2Fext2.c;h=f7889da46b709149305efcacf8dbcbbf6886cc83;hb=270a2b5ebb6a5f01eb3f8cd2b591cd68d3b6096f;hp=85ce316525b0a69c03ad66050d3726f89471433f;hpb=4ffa2d6798f7a2bf0baec8e1084659cf6358bc31;p=libguestfs.git diff --git a/daemon/ext2.c b/daemon/ext2.c index 85ce316..f7889da 100644 --- a/daemon/ext2.c +++ b/daemon/ext2.c @@ -13,7 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #include @@ -39,7 +39,7 @@ * We specify e4fsprogs in the package list to ensure it is loaded * if it exists. */ -static int +int e2prog (char *name) { char *p = strstr (name, "e2");