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:
parent
7daaace264
commit
fd3e042300
2
strace.c
2
strace.c
@ -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));
|
||||
|
Loading…
x
Reference in New Issue
Block a user