X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fjavaversion.c;h=94a353a0ff7e0184c79688981f61d38d7e1728f2;hb=ba4000b09804294e46373afb2003744612096a20;hp=4ce564bd552bf0d288cb12cbc056efde7deb3ec5;hpb=57fdfd3f8ec62b105c53bcdf6f127c35c7fe7391;p=gnulib.git diff --git a/lib/javaversion.c b/lib/javaversion.c index 4ce564bd5..94a353a0f 100644 --- a/lib/javaversion.c +++ b/lib/javaversion.c @@ -1,5 +1,5 @@ /* Determine the Java version supported by javaexec. - Copyright (C) 2006, 2007 Free Software Foundation, Inc. + Copyright (C) 2006-2008 Free Software Foundation, Inc. Written by Bruno Haible , 2006. This program is free software: you can redistribute it and/or modify @@ -30,9 +30,6 @@ # define relocate(pathname) (pathname) #endif -/* Get PKGDATADIR. */ -#include "configmake.h" - #include "javaexec.h" #include "pipe.h" #include "wait-process.h" @@ -41,6 +38,9 @@ #define _(str) gettext (str) +/* Get PKGDATADIR. */ +#include "configmake.h" + struct locals { @@ -90,7 +90,8 @@ execute_and_read_line (const char *progname, fclose (fp); /* Remove zombie process from process list, and retrieve exit status. */ - exitstatus = wait_subprocess (child, progname, true, false, true, false); + exitstatus = + wait_subprocess (child, progname, true, false, true, false, NULL); if (exitstatus != 0) { free (line);