2013-09-26 17:14:40 +02:00

17 lines
320 B
Plaintext

$NetBSD: patch-ag,v 1.2 2007/07/30 10:25:42 joerg Exp $
--- opts.c.orig 1995-08-15 18:34:09.000000000 +0000
+++ opts.c
@@ -37,9 +37,9 @@
#include <stdio.h>
#include <string.h>
-#include "opts.h"
-#include <malloc.h>
+#include <stdlib.h>
#include <math.h>
+#include "opts.h"
/*==============*
* EXTERNALS *