diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-10-25 08:28:37 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-10-25 08:28:37 +0000 |
commit | 84d5810d23e1847bf66780b4f58321b48bb72fcc (patch) | |
tree | 7ea89b0783cc32461e559e1e966bcffb940fd8ad /astro | |
parent | 8867b37fc4bdd0246984cbffed9a42efb6ebce6e (diff) | |
download | ports-84d5810d23e1847bf66780b4f58321b48bb72fcc.tar.gz ports-84d5810d23e1847bf66780b4f58321b48bb72fcc.zip |
Notes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/libnova/files/patch-misc.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/astro/libnova/files/patch-misc.c b/astro/libnova/files/patch-misc.c new file mode 100644 index 000000000000..9038c794b4a4 --- /dev/null +++ b/astro/libnova/files/patch-misc.c @@ -0,0 +1,10 @@ +--- ./src/misc.c.orig Fri Oct 25 01:29:37 2002 ++++ ./src/misc.c Fri Oct 25 01:29:45 2002 +@@ -36,7 +36,6 @@ + + /**/ + #include <stdio.h> +-#include <malloc.h> + #include <stdlib.h> + #include <stdarg.h> + #include <unistd.h> |