diff --git a/lib/csu/alpha/crt0.c b/lib/csu/alpha/crt0.c index 73f7579e0b9f..c8bdf303b526 100644 --- a/lib/csu/alpha/crt0.c +++ b/lib/csu/alpha/crt0.c @@ -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)); diff --git a/lib/csu/powerpc/crt0.c b/lib/csu/powerpc/crt0.c index 13b248a8d592..f58bbc418951 100644 --- a/lib/csu/powerpc/crt0.c +++ b/lib/csu/powerpc/crt0.c @@ -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));