Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 240463 Details for
Bug 293578
media-libs/urt-3.1b-r1 - QA Notice: Files built without respecting LDFLAGS have been detected
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fix implicit functions declarations
urt-3.1b-implicit_funcs.patch (text/plain), 1.84 KB, created by
Kacper Kowalik (Xarthisius) (RETIRED)
on 2010-07-28 16:16:02 UTC
(
hide
)
Description:
fix implicit functions declarations
Filename:
MIME Type:
Creator:
Kacper Kowalik (Xarthisius) (RETIRED)
Created:
2010-07-28 16:16:02 UTC
Size:
1.84 KB
patch
obsolete
>Fix implicit declaration of functions > >--- cnv/rletoabA62/rletoabA62.c >+++ cnv/rletoabA62/rletoabA62.c >@@ -42,6 +42,10 @@ > */ > > #include <stdio.h> >+#include <stdlib.h> >+#include <unistd.h> >+#include <sys/stat.h> >+#include <fcntl.h> > > #ifndef TRUE > #define TRUE 1 >--- tools/mallocNd.c >+++ tools/mallocNd.c >@@ -67,6 +67,7 @@ > > /* Imports */ > #include <stdio.h> >+#include <stdlib.h> > #include <string.h> > > /* Forward declarations */ >--- get/getx11/getx11.h >+++ get/getx11/getx11.h >@@ -29,6 +29,8 @@ > #include <stdio.h> > #include <math.h> > #include <ctype.h> >+#include <unistd.h> >+#include <X11/Xlibint.h> > #include <X11/X.h> > #include <X11/Xlib.h> > #include <X11/Xutil.h> >--- tools/into.c >+++ tools/into.c >@@ -27,6 +27,7 @@ > > #include "rle_config.h" > #include <stdio.h> >+#include <unistd.h> > #include <errno.h> > #include <sys/types.h> > #include <sys/param.h> /* for MAXPATHLEN */ >--- tools/rlecat.c >+++ tools/rlecat.c >@@ -15,6 +15,7 @@ > */ > > #include <stdio.h> >+#include <unistd.h> > #include "rle.h" > #include "rle_raw.h" > >--- tools/rleaddcom.c >+++ tools/rleaddcom.c >@@ -26,6 +26,7 @@ > */ > > #include <stdio.h> >+#include <unistd.h> > #include "rle.h" > #include <sys/types.h> > #include <sys/param.h> /* for MAXPATHLEN */ >--- tools/rlenoise.c >+++ tools/rlenoise.c >@@ -20,6 +20,7 @@ > */ > > #include <stdio.h> >+#include <time.h> > #include "rle.h" > > /* Change this according the value on your system. This is a crock. */ >--- cnv/rletorla.c >+++ cnv/rletorla.c >@@ -29,6 +29,7 @@ > * System includes. > */ > #include <stdio.h> >+#include <unistd.h> > #include "rlb_header.h" > #include "rle.h" > >--- cnv/giftorle.c.orig 2010-07-28 16:03:48.052374754 +0000 >+++ cnv/giftorle.c 2010-07-28 16:03:59.314374667 +0000 >@@ -22,6 +22,7 @@ > /* +------------------------------------------------------------------+ */ > > #include <stdio.h> >+#include <unistd.h> > #include "rle.h" > > #ifndef lint
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 293578
:
240459
|
240461
| 240463