patch-regexp_c 356 B

12345678910111213141516
  1. $OpenBSD: patch-regexp_c,v 1.1 2014/11/30 05:41:34 brad Exp $
  2. Replace the malloc.h header with stdlib.h.
  3. --- regexp.c.orig Thu Nov 20 04:27:49 2014
  4. +++ regexp.c Thu Nov 20 04:28:00 2014
  5. @@ -56,7 +56,7 @@ static char rcsid[] =
  6. #include <stdio.h>
  7. -#include <malloc.h>
  8. +#include <stdlib.h>
  9. #include <ctype.h>
  10. #include <string.h>
  11. #include "regexp.h"