Remove weak_alias since that's now in the compat_putenv.c

This commit is contained in:
matt 2013-04-25 07:08:56 +00:00
parent 44eef346cd
commit ecaf413acf
1 changed files with 2 additions and 6 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: putenv.c,v 1.19 2010/11/14 18:11:43 tron Exp $ */
/* $NetBSD: putenv.c,v 1.20 2013/04/25 07:08:56 matt Exp $ */
/*-
* Copyright (c) 1988, 1993
@ -34,7 +34,7 @@
#if 0
static char sccsid[] = "@(#)putenv.c 8.2 (Berkeley) 3/27/94";
#else
__RCSID("$NetBSD: putenv.c,v 1.19 2010/11/14 18:11:43 tron Exp $");
__RCSID("$NetBSD: putenv.c,v 1.20 2013/04/25 07:08:56 matt Exp $");
#endif
#endif /* LIBC_SCCS and not lint */
@ -49,10 +49,6 @@ __RCSID("$NetBSD: putenv.c,v 1.19 2010/11/14 18:11:43 tron Exp $");
#include "reentrant.h"
#include "local.h"
#ifdef __weak_alias
__weak_alias(putenv,_putenv)
#endif
int
putenv(char *str)
{