]> git.pld-linux.org Git - packages/plplot.git/blame - plplot-errno.patch
- proper errno usage
[packages/plplot.git] / plplot-errno.patch
CommitLineData
f53f1273
JB
1--- plplot-5.2.1/lib/csa/csa.c.orig 2003-03-28 16:31:34.000000000 +0100
2+++ plplot-5.2.1/lib/csa/csa.c 2003-12-31 17:23:24.671620952 +0100
3@@ -32,6 +32,7 @@
4 #include <math.h>
5 #include <assert.h>
6 #include <string.h>
7+#include <errno.h>
8 #include "version.h"
9 #include "csa_internal.h"
10 #include "nan.h"
11@@ -43,8 +44,6 @@
12 #define NMAX_DEF 40
13 #define K_DEF 140
14
15-extern int errno;
16-
17 int csa_verbose = 0;
18
19 static void csa_quit(char* format, ...)
This page took 0.026417 seconds and 4 git commands to generate.