From: Karl Berry Date: Wed, 22 Mar 2006 22:08:04 +0000 (+0000) Subject: sync from coreutils X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=183b57c6185b17eff0bd1a5cf72349d81ba16c78;p=pspp sync from coreutils --- diff --git a/lib/setenv.c b/lib/setenv.c index 8088200910..c607125a51 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 d96389656e..884aa028e6 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