X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fsetenv.c;h=33dbeb7a39f32e21fc6be51ecae169a0796f319d;hb=5131be5b019b1110cd597012b63e48886aaaafc7;hp=c3f9dc4ca4495c75803fda6de49581c335310bfd;hpb=cca613ab9274178a7655f1974539428f25728f72;p=gnulib.git diff --git a/lib/setenv.c b/lib/setenv.c index c3f9dc4ca..33dbeb7a3 100644 --- a/lib/setenv.c +++ b/lib/setenv.c @@ -13,7 +13,7 @@ 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. */ + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #if HAVE_CONFIG_H # include @@ -21,10 +21,7 @@ #include #include -#if !_LIBC -# if !defined errno && !defined HAVE_ERRNO_DECL -extern int errno; -# endif +#ifndef __set_errno # define __set_errno(ev) ((errno) = (ev)) #endif