patch-include_jtp_gen_h 390 B

12345678910111213141516
  1. $OpenBSD: patch-include_jtp_gen_h,v 1.1 2014/11/30 07:08:48 brad Exp $
  2. Replace the malloc.h header with stdlib.h.
  3. --- include/jtp_gen.h.orig Sun Jun 24 18:57:16 2001
  4. +++ include/jtp_gen.h Tue Nov 18 05:34:55 2014
  5. @@ -11,7 +11,7 @@
  6. #include "jtp_def.h"
  7. #include <stdio.h>
  8. -#include <malloc.h>
  9. +#include <stdlib.h>
  10. #include <string.h>
  11. void jtp_write_log_message(char * logmessage);