~vcs-imports/gawk/master

« back to all changes in this revision

Viewing changes to missing_d/setenv.c

  • Committer: Andrew J. Schorr
  • Date: 2014-08-03 18:44:47 UTC
  • mfrom: (408.7.1)
  • mto: (408.2.352)
  • mto: This revision was merged to the branch mainline in revision 507.
  • Revision ID: git-v1:ff21da5c7f072a69e9582f1a7ae2039f27f564cf
Merge branch 'gawk-4.1-stable' to get --profile to work with -M.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 * 2. Redistributions in binary form must reproduce the above copyright
18
18
 *    notice, this list of conditions and the following disclaimer in the
19
19
 *    documentation and/or other materials provided with the distribution.
20
 
 * 3. Neither the name of the University nor the names of its contributors
 
20
 * 3. All advertising materials mentioning features or use of this software
 
21
 *    must display the following acknowledgement:
 
22
 *      This product includes software developed by the University of
 
23
 *      California, Berkeley and its contributors.
 
24
 * 4. Neither the name of the University nor the names of its contributors
21
25
 *    may be used to endorse or promote products derived from this software
22
26
 *    without specific prior written permission.
23
27
 *
34
38
 * SUCH DAMAGE.
35
39
 */
36
40
 
37
 
/*
38
 
 * Per the statement at http://opensource.org/licenses/bsd-license.php,
39
 
 *
40
 
 *      The advertising clause in the license appearing on BSD Unix files was
41
 
 *      officially rescinded by the Director of the Office of Technology
42
 
 *      Licensing of the University of California on July 22 1999. He states
43
 
 *      that clause 3 is "hereby deleted in its entirety."
44
 
 *
45
 
 * I removed the advertising clause in the above copyright.
46
 
 * The above web site points to
47
 
 * ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change.
48
 
 *
49
 
 * Arnold Robbins
50
 
 * 7 September 2016
51
 
 */
52
 
 
53
41
/* #include "port_before.h" */
54
42
 
55
43
#include <stddef.h>