Files
pkgsrc-ng/net/xmftp/patches/patch-ai
2013-09-26 17:14:40 +02:00

14 lines
352 B
Plaintext

$NetBSD: patch-ai,v 1.1 2007/07/28 01:30:01 joerg Exp $
--- ui/remote_refresh.c.orig 2007-07-28 00:40:57.000000000 +0000
+++ ui/remote_refresh.c
@@ -5,7 +5,7 @@
#include <Xm/Xm.h>
#include <Xm/List.h>
#include <Xm/SelectioB.h>
-#include <malloc.h>
+#include <stdlib.h>
#include <stdio.h>
#include "remote_refresh.h"
#include "../program/misc.h"