diff options
| author | Satoshi Asami <asami@FreeBSD.org> | 1995-01-28 18:29:35 +0000 |
|---|---|---|
| committer | Satoshi Asami <asami@FreeBSD.org> | 1995-01-28 18:29:35 +0000 |
| commit | 9cda78b31ff9a99ee60f092ebb0c2c5076cd3e21 (patch) | |
| tree | 68af396d3ad0ef6b1d26484b0b6352ea650163f7 /graphics/xfig/files/patch-aa | |
| parent | 508422bed41749b9b03403d951240a9e4eb9138c (diff) | |
Upgrade, 3.1.2 -> 3.1.3
Submitted by: "Philippe Charnier" <charnier@lirmm.fr>
Diffstat (limited to 'graphics/xfig/files/patch-aa')
| -rw-r--r-- | graphics/xfig/files/patch-aa | 36 |
1 files changed, 21 insertions, 15 deletions
diff --git a/graphics/xfig/files/patch-aa b/graphics/xfig/files/patch-aa index 7d1beda3c879..43b476f75dff 100644 --- a/graphics/xfig/files/patch-aa +++ b/graphics/xfig/files/patch-aa @@ -1,15 +1,21 @@ -diff -c -r1.1 fig.h -*** 1.1 1995/01/21 20:05:21 ---- fig.h 1995/01/21 20:06:39 -*************** -*** 233,239 **** ---- 233,241 ---- - - extern int errno; - extern int sys_nerr; -+ #if (! (defined(BSD) && (BSD >= 199306))) - extern char *sys_errlist[]; -+ #endif - extern char *mktemp(); - - #include <math.h> /* for sin(), cos() etc */ +diff -u -r1.1 fig.h +--- 1.1 1995/01/25 19:48:10 ++++ fig.h 1995/01/25 19:58:44 +@@ -20,6 +20,7 @@ + /* For the X stuff, include only Xlib.h and Intrinsic.h here - + use figx.h for widget stuff */ + ++#include <sys/param.h> + #include <sys/stat.h> + + #if defined(__convex__) && defined(__STDC__) +@@ -41,7 +42,9 @@ + + extern int errno; + extern int sys_nerr; ++#if (! (defined(BSD) && (BSD >= 199306))) + extern char *sys_errlist[]; ++#endif + extern char *mktemp(); + + #include <math.h> /* for sin(), cos() etc */ |
