Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 72275 Details for
Bug 108588
Problem after emerging app-text/bow
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
solve the missing malloc include in the Apple/MacOSX case
bow-malloc.patch (text/plain), 553 bytes, created by
Dirk Schoenberger
on 2005-11-06 03:40:19 UTC
(
hide
)
Description:
solve the missing malloc include in the Apple/MacOSX case
Filename:
MIME Type:
Creator:
Dirk Schoenberger
Created:
2005-11-06 03:40:19 UTC
Size:
553 bytes
patch
obsolete
>--- bow/libbow.h.orig 2005-11-06 12:34:31.000000000 +0100 >+++ bow/libbow.h 2005-11-06 12:34:57.000000000 +0100 >@@ -37,7 +37,11 @@ > #include <sys/types.h> /* for netinet/in.h on SunOS */ > #include <sys/stat.h> > #include <netinet/in.h> /* for machine-independent byte-order */ >+ >+#ifndef __APPLE__ > #include <malloc.h> /* for malloc() and friends. */ >+#endif >+ > #include <stdlib.h> /* For malloc() etc. on DEC Alpha */ > #include <string.h> /* for strlen() on DEC Alpha */ > #include <limits.h> /* for PATH_MAX and SHRT_MAX and friends */
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 108588
: 72275