openbsd-ports/mbone/vic/patches/patch-aj
angelos 25fa1f12ec Fix almost all the warnings (which were non-critical anyway); port
left marked broken for someone else to verify.
1999-10-30 21:54:52 +00:00

15 lines
268 B
Plaintext

--- qfDES_memory.c.orig Sat Oct 30 17:37:17 1999
+++ qfDES_memory.c Sat Oct 30 17:37:31 1999
@@ -8,7 +8,11 @@
#include <stdio.h>
#include <memory.h>
+
+#ifndef __OpenBSD__
#include <malloc.h>
+#endif
+
#include <ctype.h>
#include "config.h"
#include "qfDES.h"