openbsd-ports/net/tintin++/patches/patch-files_c
ajacoutot 61d669d80c Fix segfaults on 64bits arch.
Fix MASTER_SITE and reformat DESCR.
Add license marker.

Mostly from Daniel Dickman, thanks.
2010-01-11 07:19:17 +00:00

12 lines
310 B
Plaintext

$OpenBSD: patch-files_c,v 1.1 2010/01/11 07:19:17 ajacoutot Exp $
--- files.c.orig Mon Jan 11 03:22:56 2010
+++ files.c Mon Jan 11 03:23:09 2010
@@ -13,6 +13,7 @@
#include <strings.h>
#endif
#endif
+#include <stdlib.h>
#include "tintin.h"
struct listnode *common_aliases, *common_actions, *common_subs,