opnsense-ports/databases/mysql2odbc/files/patch-mtest.c
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

15 lines
287 B
C

--- mtest.c.orig Fri Jun 20 21:39:48 2003
+++ mtest.c Tue Sep 13 18:21:18 2005
@@ -27,10 +27,10 @@
#include <stdio.h>
#include <string.h>
#include <memory.h>
-#include <malloc.h>
+#include <stdlib.h>
#ifndef WIN32
-# include <getopt.h>
+# include <unistd.h>
#endif
#ifdef FAKE