mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
17 lines
320 B
Plaintext
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 *
|