patch-stocks_currency_c 336 B

123456789101112131415
  1. $OpenBSD: patch-stocks_currency_c,v 1.1 2014/11/30 05:41:35 brad Exp $
  2. Don't use malloc.h header on OpenBSD.
  3. --- stocks/currency.c.orig Thu Nov 20 01:56:30 2014
  4. +++ stocks/currency.c Thu Nov 20 01:56:37 2014
  5. @@ -23,7 +23,6 @@
  6. #include <stdio.h>
  7. #include <string.h>
  8. -#include <malloc.h>
  9. #include <stdlib.h>
  10. #include "stocks.h"