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

14 lines
326 B
Plaintext

$NetBSD: patch-ae,v 1.1 2006/05/10 06:40:59 minskim Exp $
--- ui/layout.c.orig 1997-07-22 15:46:06.000000000 -0700
+++ ui/layout.c
@@ -11,7 +11,7 @@
#include <Xm/MainW.h>
#include <Xm/List.h>
#include <Xm/PushB.h>
-#include <malloc.h>
+#include <stdlib.h>
#include <stdio.h>
#include "layout.h"
#include "operations.h"