[BACK]Return to setenv.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / external / gpl3 / binutils / dist / libiberty

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/external/gpl3/binutils/dist/libiberty/setenv.c between version 1.1.1.1 and 1.1.1.1.12.1

version 1.1.1.1, 2009/08/18 10:16:42 version 1.1.1.1.12.1, 2014/08/19 23:52:54
Line 1 
Line 1 
 /* Copyright (C) 1992, 1995, 1996, 1997, 2002 Free Software Foundation, Inc.  /* Copyright (C) 1992, 1995, 1996, 1997, 2002, 2011 Free Software Foundation,
      Inc.
    This file based on setenv.c in the GNU C Library.     This file based on setenv.c in the GNU C Library.
   
    The GNU C Library is free software; you can redistribute it and/or     The GNU C Library is free software; you can redistribute it and/or
Line 19 
Line 20 
   
 /*  /*
   
 @deftypefn Supplemental int setenv (const char *@var{name}, const char *@var{value}, int @var{overwrite})  @deftypefn Supplemental int setenv (const char *@var{name}, @
     const char *@var{value}, int @var{overwrite})
 @deftypefnx Supplemental void unsetenv (const char *@var{name})  @deftypefnx Supplemental void unsetenv (const char *@var{name})
   
 @code{setenv} adds @var{name} to the environment with value  @code{setenv} adds @var{name} to the environment with value

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.1.12.1

CVSweb <webmaster@jp.NetBSD.org>