2002-12-30 Roland McGrath <roland@redhat.com>

* version.c (version): Make const, bump to 4.4.90.
	* strace.c: Update decl.
This commit is contained in:
Roland McGrath 2002-12-30 09:33:22 +00:00
parent 7daaace264
commit fd3e042300
2 changed files with 2 additions and 2 deletions

View File

@ -81,7 +81,7 @@ FILE *outf;
struct tcb **tcbtab;
unsigned int nprocs, tcbtabsize;
char *progname;
extern char version[];
extern const char version[];
extern char **environ;
static struct tcb *pid2tcb P((int pid));

View File

@ -1 +1 @@
char version[] = "strace -- version 4.4";
const char version[] = "strace -- version 4.4.90";