13 lines
288 B
Text
13 lines
288 B
Text
$NetBSD: patch-ab,v 1.3 2007/10/05 23:08:10 joerg Exp $
|
|
|
|
--- mcl.c.orig 2007-10-05 22:16:39.000000000 +0000
|
|
+++ mcl.c
|
|
@@ -27,7 +27,7 @@
|
|
|
|
#define MAIN
|
|
#include "protocol.h"
|
|
-#include <malloc.h>
|
|
+#include <stdlib.h>
|
|
#include <fcntl.h>
|
|
#include <sys/socket.h>
|
|
#include <netinet/in.h>
|