1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/graphics/libxine/files/patch-src:input:input_rtp.c
FUJISHIMA Satsuki 4b2e55a9dc fix build for -CURRENT: malloc.h is depriciated.
PR:		31572
Submitted by:	MANTANI Nobutaka <nobutaka@nobutaka.com>
2001-10-29 04:55:47 +00:00

12 lines
239 B
C

--- src/input/input_rtp.c.orig Sat Oct 27 19:14:06 2001
+++ src/input/input_rtp.c Sat Oct 27 19:14:14 2001
@@ -67,7 +67,6 @@
#endif
#include <stdio.h>
-#include <malloc.h>
#include <unistd.h>
#include <fcntl.h>
#include <string.h>