Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 100816 Details for
Bug 153445
dev-python/mmpython-0.4.10 update
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
mmpython-0.4.10-missing_stdint_headers.patch
mmpython-0.4.10-missing_stdint_headers.patch (text/plain), 553 bytes, created by
Matteo Azzali (RETIRED)
on 2006-10-30 12:17:15 UTC
(
hide
)
Description:
mmpython-0.4.10-missing_stdint_headers.patch
Filename:
MIME Type:
Creator:
Matteo Azzali (RETIRED)
Created:
2006-10-30 12:17:15 UTC
Size:
553 bytes
patch
obsolete
>--- disc/ifomodule.c~ 2004-07-17 10:46:52.000000000 +0200 >+++ disc/ifomodule.c 2006-04-11 07:59:38.030697690 +0200 >@@ -9,6 +9,7 @@ > #include <unistd.h> > #include <assert.h> > #include <inttypes.h> >+#include <stdint.h> > > #include <dvdread/dvd_reader.h> > #include <dvdread/ifo_types.h> >--- disc/cdrommodule.c~ 2003-06-23 21:26:16.000000000 +0200 >+++ disc/cdrommodule.c 2006-04-11 07:58:02.463087444 +0200 >@@ -36,6 +36,7 @@ > #include "Python.h" > #include <fcntl.h> > #include <sys/ioctl.h> >+#include <stdint.h> > > #ifdef __linux__ > #include <linux/cdrom.h>
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 153445
:
100793
|
100794
| 100816 |
100817