diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-10-20 01:55:54 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-10-20 01:55:54 +0000 |
commit | eb9442ea80ffa1c361aae62b1223a2b92847c1e9 (patch) | |
tree | f8fc546bc9456eff3fb0f584b46f63a2d09982f0 /www/chimera/files/patch-aa | |
parent | Changes from Jean-Marc Zucconi to obey PREFIX properly. (diff) |
Chimera client from Jean-Marc Zucconi
Submitted by: jmz
Notes
Notes:
svn path=/head/; revision=248
Diffstat (limited to 'www/chimera/files/patch-aa')
-rw-r--r-- | www/chimera/files/patch-aa | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/www/chimera/files/patch-aa b/www/chimera/files/patch-aa new file mode 100644 index 000000000000..fa72a559f000 --- /dev/null +++ b/www/chimera/files/patch-aa @@ -0,0 +1,14 @@ +*** libhtmlw/HTML-PSformat.c~ Wed Sep 14 19:53:22 1994 +--- libhtmlw/HTML-PSformat.c Tue Oct 18 14:41:47 1994 +*************** +*** 47,53 **** +--- 47,55 ---- + #include <stdio.h> + #include <ctype.h> + #include <math.h> ++ #ifndef __FreeBSD__ + #include <malloc.h> ++ #endif + #include "HTMLP.h" + + /* Fix thanks to robm. */ |