Parent Directory
|
Revision Log
Fix for gcalctool under fbsd. See bug #103574.
| 1 | Index: gcalctool-5.5.42/gcalctool/syntax_translation.c |
| 2 | =================================================================== |
| 3 | --- gcalctool-5.5.42.orig/gcalctool/syntax_translation.c |
| 4 | +++ gcalctool-5.5.42/gcalctool/syntax_translation.c |
| 5 | @@ -21,7 +21,7 @@ |
| 6 | |
| 7 | #include <stdio.h> |
| 8 | #include <libintl.h> |
| 9 | -#include <malloc.h> |
| 10 | +#include <stdlib.h> |
| 11 | #include <assert.h> |
| 12 | #include <string.h> |
| 13 |
| Name | Value |
|---|---|
| svn:eol-style | native |
| svn:keywords | Author Date Id Revision |
| ViewVC Help | |
| Powered by ViewVC 1.1.20 |