14 lines
292 B
Text
14 lines
292 B
Text
$NetBSD: patch-ak,v 1.2 2015/12/29 23:34:43 dholland Exp $
|
|
|
|
Don't use nonstandard headers.
|
|
|
|
--- lib/incfiles.c.orig 1999-09-15 21:38:06.000000000 -0500
|
|
+++ lib/incfiles.c
|
|
@@ -5,7 +5,6 @@
|
|
*/
|
|
|
|
#include <stdio.h>
|
|
-#include <malloc.h>
|
|
#include <stdlib.h>
|
|
|
|
#include "../include/bacicnty.h"
|