more -Wall
This commit is contained in:
8
putenv.c
8
putenv.c
@@ -24,10 +24,6 @@
|
||||
* Todd C. Miller (millert@colorado.edu) Sun Aug 7 20:30:17 MDT 1994
|
||||
*/
|
||||
|
||||
#ifndef lint
|
||||
static const char rcsid[] = "$Id$";
|
||||
#endif /* lint */
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include <stdio.h>
|
||||
@@ -50,6 +46,10 @@ static const char rcsid[] = "$Id$";
|
||||
extern char *malloc __P((size_t));
|
||||
#endif /* !STDC_HEADERS && !gcc */
|
||||
|
||||
#ifndef lint
|
||||
static const char rcsid[] = "$Id$";
|
||||
#endif /* lint */
|
||||
|
||||
|
||||
/******************************************************************
|
||||
*
|
||||
|
Reference in New Issue
Block a user