c9808c3bd7
Tue Apr 09 2002 Tim Waugh <twaugh@redhat.com> 2.5.4-12 - Fix error reporting when given bad options (bug #62981).
12 lines
364 B
Diff
12 lines
364 B
Diff
--- patch-2.5.4/error.c.program_name Tue Apr 9 14:38:27 2002
|
|
+++ patch-2.5.4/error.c Tue Apr 9 14:38:43 2002
|
|
@@ -80,7 +80,7 @@
|
|
|
|
/* The calling program should define program_name and set it to the
|
|
name of the executing program. */
|
|
-extern char *program_name;
|
|
+extern char const program_name[];
|
|
|
|
# ifdef HAVE_STRERROR_R
|
|
# define __strerror_r strerror_r
|