Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 603348 Details for
Bug 705484
cross-armv7a-unknown-linux-uclibceabihf/uclibc-ng-1.0.32 - ../utils/getconf.c:1065:5: error: '__progname' undeclared (first use in this function)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
this patch fixes the the breakage
cross-compile.patch (text/plain), 414 bytes, created by
tt_1
on 2020-01-15 12:53:23 UTC
(
hide
)
Description:
this patch fixes the the breakage
Filename:
MIME Type:
Creator:
tt_1
Created:
2020-01-15 12:53:23 UTC
Size:
414 bytes
patch
obsolete
>diff --git a/utils/getconf.c b/utils/getconf.c >index 3dd3d75..f0bfb24 100644 >--- a/utils/getconf.c >+++ b/utils/getconf.c >@@ -1062,9 +1062,9 @@ usage (void) > { > fprintf (stderr, > _("Usage: %s [-v specification] variable_name [pathname]\n"), >- __progname); >+ ptsname); > fprintf (stderr, >- _(" %s -a [pathname]\n"), __progname); >+ _(" %s -a [pathname]\n"), ptsname); > exit (2); > } >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 705484
:
603344
|
603346
| 603348