Add a __ps_strings variable here, initialized to 0.

This commit is contained in:
mycroft 1996-12-07 22:31:25 +00:00
parent 6da04f404e
commit e1af33609a
2 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: common.h,v 1.4 1996/10/18 05:36:44 thorpej Exp $ */
/* $NetBSD: common.h,v 1.5 1996/12/07 22:31:25 mycroft Exp $ */
/*
* Copyright (c) 1993,1995 Paul Kranenburg
@ -104,6 +104,8 @@ char **environ;
int errno;
static char empty[1];
char *__progname = empty;
struct ps_strings;
struct ps_strings *__ps_strings = 0;
#ifndef DYNAMIC
#define _strrchr strrchr
#endif

View File

@ -1,4 +1,4 @@
/* $NetBSD: common.h,v 1.4 1996/10/18 05:36:44 thorpej Exp $ */
/* $NetBSD: common.h,v 1.5 1996/12/07 22:31:25 mycroft Exp $ */
/*
* Copyright (c) 1993,1995 Paul Kranenburg
@ -104,6 +104,8 @@ char **environ;
int errno;
static char empty[1];
char *__progname = empty;
struct ps_strings;
struct ps_strings *__ps_strings = 0;
#ifndef DYNAMIC
#define _strrchr strrchr
#endif