mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 01:38:07 -04:00
14 lines
369 B
Plaintext
14 lines
369 B
Plaintext
$NetBSD: patch-ab,v 1.1 2005/07/20 16:03:24 kristerw Exp $
|
|
|
|
--- xmove/XMOVELib.c.orig Sat Oct 18 22:03:47 1997
|
|
+++ xmove/XMOVELib.c Wed Jul 20 17:42:00 2005
|
|
@@ -24,7 +24,7 @@
|
|
|
|
#include <X11/Xatom.h>
|
|
#include <errno.h> /* for EINTR, EADDRINUSE, ... */
|
|
-#include <malloc.h>
|
|
+#include <stdlib.h>
|
|
#include <sys/ioctl.h>
|
|
#ifdef SYSV
|
|
#include <sys/fcntl.h>
|