From 183b57c6185b17eff0bd1a5cf72349d81ba16c78 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 22 Mar 2006 22:08:04 +0000 Subject: [PATCH] sync from coreutils --- lib/setenv.c | 4 ++-- lib/unsetenv.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/setenv.c b/lib/setenv.c index 808820091..c607125a5 100644 --- a/lib/setenv.c +++ b/lib/setenv.c @@ -13,9 +13,9 @@ 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H # include #endif #include diff --git a/lib/unsetenv.c b/lib/unsetenv.c index d96389656..884aa028e 100644 --- a/lib/unsetenv.c +++ b/lib/unsetenv.c @@ -13,9 +13,9 @@ 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#if HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H # include #endif -- 2.11.0