__ps_strings is initialized to 0.

This commit is contained in:
mycroft 1997-05-17 16:19:49 +00:00
parent 440af0196f
commit eaaacab9dc
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: crt0.c,v 1.6 1997/03/10 23:17:10 cgd Exp $ */
/* $NetBSD: crt0.c,v 1.7 1997/05/17 16:19:49 mycroft Exp $ */
/*
* Copyright (c) 1995 Christopher G. Demetriou
@ -68,7 +68,7 @@ static char *_strrchr __P((char *, char));
char **environ;
char *__progname = "";
struct ps_strings *__ps_strings = PS_STRINGS;
struct ps_strings *__ps_strings = 0;
#ifndef ECOFF_COMPAT
extern void __init __P((void));

View File

@ -1,4 +1,4 @@
/* $NetBSD: crt0.c,v 1.3 1997/04/17 06:11:55 thorpej Exp $ */
/* $NetBSD: crt0.c,v 1.4 1997/05/17 16:19:50 mycroft Exp $ */
/*
* Copyright (c) 1995 Christopher G. Demetriou
@ -70,7 +70,7 @@ static char *_strrchr __P((char *, char));
char **environ;
char *__progname = "";
struct ps_strings *__ps_strings = PS_STRINGS;
struct ps_strings *__ps_strings = 0;
#ifndef ECOFF_COMPAT
extern void __init __P((void));