From f820ac46f4f61390b3fafde7f0e55b97dc605052 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 29 Oct 1996 13:56:39 +0000 Subject: [PATCH] . --- lib/xgetcwd.c | 2 +- lib/xstrtol.c | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/lib/xgetcwd.c b/lib/xgetcwd.c index 84164acb3d..3615161a01 100644 --- a/lib/xgetcwd.c +++ b/lib/xgetcwd.c @@ -1,5 +1,5 @@ /* xgetcwd.c -- return current directory with unlimited length - Copyright (C) 1992 Free Software Foundation, Inc. + Copyright (C) 1992, 1996 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/lib/xstrtol.c b/lib/xstrtol.c index fe15ebae4a..fea6c4801a 100644 --- a/lib/xstrtol.c +++ b/lib/xstrtol.c @@ -18,11 +18,11 @@ /* Written by Jim Meyering. */ #if HAVE_CONFIG_H -#include +# include #endif #if STDC_HEADERS -#include +# include #endif #if HAVE_STRING_H @@ -146,8 +146,8 @@ __xstrtol (s, ptr, base, val, valid_suffixes) #ifdef TESTING_XSTRTO -#include -#include "error.h" +# include +# include "error.h" char *program_name; @@ -175,4 +175,5 @@ main (int argc, char** argv) } exit (0); } + #endif /* TESTING_XSTRTO */ -- 2.30.2