blob: c56fceb5198ed788093b2458999eb92746c740cc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-ac,v 1.10 2009/05/17 23:11:21 dholland Exp $
Hack around misuse of math.h.
Upstream: already fixed upstream in coreutils 7.x.
--- src/seq.c.orig Mon May 4 16:07:31 2009
+++ src/seq.c Mon May 4 16:08:05 2009
@@ -20,7 +20,6 @@
#include <getopt.h>
#include <stdio.h>
#include <sys/types.h>
-#include <math.h>
#include <float.h>
#include "system.h"
|