X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fxsetenv.c;h=4dcfb243502eca13a110ae741f482c6195a95b3a;hb=cd56634a4a8179fd5a4419fbb3e27211b042ab1c;hp=4939fe1b8c944b0d8a2d5f0cdbb9dcf541b11cb1;hpb=57fdfd3f8ec62b105c53bcdf6f127c35c7fe7391;p=gnulib.git diff --git a/lib/xsetenv.c b/lib/xsetenv.c index 4939fe1b8..4dcfb2435 100644 --- a/lib/xsetenv.c +++ b/lib/xsetenv.c @@ -1,5 +1,5 @@ /* Setting environment variables, with out-of-memory checking. - Copyright (C) 2001-2002, 2005-2007 Free Software Foundation, Inc. + Copyright (C) 2001-2002, 2005-2007, 2009-2014 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 @@ -21,7 +21,6 @@ #include -#include "setenv.h" #include "error.h" #include "gettext.h"