Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 259373 Details for
Bug 332225
dev-util/kbuild-0.1.5_p2 does not respect LDFLAGS
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fix implicit functions declarations and too few arguments for format
kbuild-0.1.5-qa.patch (text/plain), 593 bytes, created by
Kacper Kowalik (Xarthisius) (RETIRED)
on 2011-01-09 15:13:57 UTC
(
hide
)
Description:
fix implicit functions declarations and too few arguments for format
Filename:
MIME Type:
Creator:
Kacper Kowalik (Xarthisius) (RETIRED)
Created:
2011-01-09 15:13:57 UTC
Size:
593 bytes
patch
obsolete
>* warning: implicit declaration of function âunlinkâ >* warning: too few arguments for format >--- a/src/sed/lib/utils.c >+++ b/src/sed/lib/utils.c >@@ -35,6 +35,10 @@ > # include <stdlib.h> > #endif /* HAVE_STDLIB_H */ > >+#ifdef HAVE_UNISTD_H >+# include <unistd.h> >+#endif /* HAVE_UNISTD_H */ >+ > #include "utils.h" > > const char *myname; >--- a/src/kmk/kmkbuiltin/printf.c >+++ b/src/kmk/kmkbuiltin/printf.c >@@ -206,7 +206,7 @@ > > (void)funcname; > if (rc != 0) >- fatal (NILF, _("$(%s): failure rc=%d\n"), rc); >+ fatal (NILF, _("$(%s): failure rc=%d\n"), funcname, rc); > return o; > } > #endif
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 332225
:
259371
| 259373