blob: b6694af085765a377a29ea637484c42c9c71ae34 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ag,v 1.1 2007/08/01 21:36:40 joerg Exp $
--- clients/cat.c.orig 2007-08-01 21:18:05.000000000 +0000
+++ clients/cat.c
@@ -2,7 +2,6 @@
#include <config.h>
#endif
-#include <malloc.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
|