]> granicus.if.org Git - strace/commitdiff
2002-12-30 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@redhat.com>
Mon, 30 Dec 2002 09:33:22 +0000 (09:33 +0000)
committerRoland McGrath <roland@redhat.com>
Mon, 30 Dec 2002 09:33:22 +0000 (09:33 +0000)
* version.c (version): Make const, bump to 4.4.90.
* strace.c: Update decl.

strace.c
version.c

index 48b4feb772ecd5996ee12f34fa009a31491138fd..faf952fcb924d61f444162328bf1bc2b9357c9f3 100644 (file)
--- a/strace.c
+++ b/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));
index ff65ab9bc3f88239f99943abacf94e6a60e07b3b..e18ffa4cab502f0e2d4fb4769aa810846d1551e4 100644 (file)
--- a/version.c
+++ b/version.c
@@ -1 +1 @@
-char version[] = "strace -- version 4.4";
+const char version[] = "strace -- version 4.4.90";