openbsd-ports/security/opencdk/patches/patch-src_misc_c
sturm a1f6539518 update to opencdk 0.5.4
from me and maintainer Jim Geovedi
2004-05-08 06:42:59 +00:00

13 lines
335 B
Plaintext

$OpenBSD: patch-src_misc_c,v 1.2 2004/05/08 06:42:59 sturm Exp $
--- src/misc.c.orig 2003-11-13 13:53:02.000000000 +0100
+++ src/misc.c 2004-04-25 08:57:39.000000000 +0200
@@ -27,7 +27,7 @@
#include <string.h>
#include <ctype.h>
#include <time.h>
-#include <malloc.h>
+#include <stdlib.h>
#include "opencdk.h"
#include "main.h"