FreeBSD Bugzilla – Attachment 109292 Details for
Bug 150287
[patch] Segfault: games/spider crashes after 51 moves
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch-ad
patch-ad (text/plain), 291 bytes, created by
Stephen Montgomery-Smith
on 2011-07-01 04:48:53 UTC
(
hide
)
Description:
patch-ad
Filename:
MIME Type:
Creator:
Stephen Montgomery-Smith
Created:
2011-07-01 04:48:53 UTC
Size:
291 bytes
patch
obsolete
>--- globals.h.orig 1991-09-28 17:46:20.000000000 +0000 >+++ globals.h 2011-07-01 03:25:27.000000000 +0000 >@@ -96,6 +96,10 @@ > Bool can_get_help_files(); > #endif > >+#ifndef __FreeBSD__ > extern char *malloc(); > extern char *calloc(); > extern char *realloc(); >+#else >+#include <stdlib.h> >+#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 Raw
Actions:
View
Attachments on
bug 150287
:
109291
| 109292