OSDN Git Service

buildsys: fix IS_IN_lib*
[uclinux-h8/uClibc.git] / utils / getconf.c
index dba4a9e..408a574 100644 (file)
@@ -12,8 +12,7 @@
    GNU General Public License for more details.
 
    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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
+   along with this program; if not, see <http://www.gnu.org/licenses/>.  */
 
 #define _GNU_SOURCE 1
 #include "porting.h"
@@ -1054,7 +1053,7 @@ static const struct { const char *name; int num; } specs[] =
 static const int nspecs = sizeof (specs) / sizeof (specs[0]);
 
 #ifndef __UCLIBC_HAS___PROGNAME__
-static const char *__progname = "getconf"
+static const char *__progname = "getconf";
 #endif
 
 static attribute_noreturn void