Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 74113 Details for
Bug 114567
FIX for media-video/stan-0.4.1 bug
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
errno-fix.patch
errno-fix.patch (text/plain), 645 bytes, created by
Alexey Maximov
on 2005-12-05 13:46:04 UTC
(
hide
)
Description:
errno-fix.patch
Filename:
MIME Type:
Creator:
Alexey Maximov
Created:
2005-12-05 13:46:04 UTC
Size:
645 bytes
patch
obsolete
>--- src/data.c.orig 2005-12-05 13:23:44.000000000 +0200 >+++ src/data.c 2005-12-05 13:24:31.000000000 +0200 >@@ -55,7 +55,9 @@ > #include <stats.h> > #include <config.h> > >-extern int errno, verbose, progress, bits; >+#include <errno.h> >+ >+extern int verbose, progress, bits; > extern tnode_t **treap; > extern bnode_t *bintree; > size_t size = 0; >--- src/stan.c.orig 2005-12-05 13:23:49.000000000 +0200 >+++ src/stan.c 2005-12-05 13:24:57.000000000 +0200 >@@ -46,7 +46,9 @@ > #include <bits.h> > #include <config.h> > >-int errno, verbose = 0, progress = 0, bits = 0; >+#include <errno.h> >+ >+int verbose = 0, progress = 0, bits = 0; > > void print_usage() > {
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 114567
:
74112
| 74113