summaryrefslogtreecommitdiff
path: root/packages/uclibc/uclibc-svn/error_print_progname.patch
diff options
context:
space:
mode:
authorRobert Schuster <thebohemian@gmx.net>2008-08-21 15:44:29 +0000
committerRobert Schuster <thebohemian@gmx.net>2008-08-21 15:44:29 +0000
commit1a29e9f0e4f2b31e0c668b7a4daa6ca436119a10 (patch)
tree2ac29c58a1d67ac30fe3aa3786f14d62d177d9ed /packages/uclibc/uclibc-svn/error_print_progname.patch
parentdd5d2d7643d4dab3b88d2fdf85df726c37af0982 (diff)
parente295c6669417f74e0127fcce8a80627a1c042ef3 (diff)
merge of '7ba62c1bc5f5f44c638e1e5f4805429a188ca3a6'
and 'a211067fbce0623d7710d98f40f12ce3a2247ecf'
Diffstat (limited to 'packages/uclibc/uclibc-svn/error_print_progname.patch')
-rw-r--r--packages/uclibc/uclibc-svn/error_print_progname.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/uclibc/uclibc-svn/error_print_progname.patch b/packages/uclibc/uclibc-svn/error_print_progname.patch
new file mode 100644
index 0000000000..6c10ec6b3c
--- /dev/null
+++ b/packages/uclibc/uclibc-svn/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, ...)