diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2006-12-22 09:44:03 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2006-12-22 09:44:03 +0000 |
commit | 16c89f95689e9ead5f0438bbb5c0d601a7fdff74 (patch) | |
tree | 943fcd074f542c81a7e11e159abbe731ab290e23 /packages/uclibc/uclibc-cvs/error_print_progname.patch | |
parent | f0ac326b0c83fad9315d406e12b5f2e992674913 (diff) | |
parent | c0c21a6d23cf70c053dbf39f85402e2d4ba21677 (diff) |
merge of '5ea326f3b26f2123d331eace3ce101ac2983534e'
and 'fd22e946abe117169eb2505f30a12a2aa70f1a71'
Diffstat (limited to 'packages/uclibc/uclibc-cvs/error_print_progname.patch')
-rw-r--r-- | packages/uclibc/uclibc-cvs/error_print_progname.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/uclibc/uclibc-cvs/error_print_progname.patch b/packages/uclibc/uclibc-cvs/error_print_progname.patch new file mode 100644 index 0000000000..6c10ec6b3c --- /dev/null +++ b/packages/uclibc/uclibc-cvs/error_print_progname.patch @@ -0,0 +1,11 @@ +--- /libc/misc/error/orig-error.c 2006-11-29 14:28:13.000000000 -0500 ++++ /libc/misc/error/error.c 2006-12-20 22:54:16.000000000 -0500 +@@ -44,7 +44,7 @@ + /* If NULL, error will flush stdout, then print on stderr the program + name, a colon and a space. Otherwise, error will call this + function without parameters instead. */ +-/* void (*error_print_progname) (void) = NULL; */ ++ void (*error_print_progname) (void) = NULL; + + extern __typeof(error) __error attribute_hidden; + void __error (int status, int errnum, const char *message, ...) |