patch-src_librcps_c 296 B

123456789101112
  1. $OpenBSD: patch-src_librcps_c,v 1.1 2014/11/30 05:41:34 brad Exp $
  2. Don't use malloc.h header on OpenBSD.
  3. --- src/librcps.c.orig Thu Nov 20 01:45:02 2014
  4. +++ src/librcps.c Thu Nov 20 01:45:17 2014
  5. @@ -1,4 +1,3 @@
  6. -#include <malloc.h>
  7. #include <string.h>
  8. #include <stdlib.h>
  9. #include <time.h>