openbsd-ports/games/falconseye/patches/patch-win_jtp_jtp_sdl_c
brad 2f1671a242 Eliminate the use of the malloc.h header and/or replace
with stdlib.h and also add missing ctype.h in one spot.
2014-11-30 07:08:48 +00:00

15 lines
405 B
Plaintext

$OpenBSD: patch-win_jtp_jtp_sdl_c,v 1.1 2014/11/30 07:08:48 brad Exp $
Don't use malloc.h header on OpenBSD.
--- win/jtp/jtp_sdl.c.orig Tue Nov 18 05:36:04 2014
+++ win/jtp/jtp_sdl.c Tue Nov 18 05:36:10 2014
@@ -11,7 +11,6 @@
-------------------------------------------------------------------*/
#include <stdlib.h>
-#include <malloc.h>
#include <unistd.h>
#include <signal.h>
#include <errno.h>