diff options
Diffstat (limited to 'cad/xcircuit/files/patch-ab')
-rw-r--r-- | cad/xcircuit/files/patch-ab | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/cad/xcircuit/files/patch-ab b/cad/xcircuit/files/patch-ab index 2c1e11f04290..fffcdea367fd 100644 --- a/cad/xcircuit/files/patch-ab +++ b/cad/xcircuit/files/patch-ab @@ -1,11 +1,11 @@ -*** xcircuit.c.orig Fri Feb 9 23:51:53 2001 ---- xcircuit.c Wed Feb 14 04:21:20 2001 +*** xcircuit.c.orig Tue Jun 26 22:34:15 2001 +--- xcircuit.c Sat Jun 30 12:53:00 2001 *************** -*** 20,25 **** ---- 20,28 ---- - #include <errno.h> +*** 21,26 **** +--- 21,29 ---- #include <limits.h> #include <locale.h> + #include <unistd.h> /* for unlink() */ + #ifdef __FreeBSD__ + #include <machine/floatingpoint.h> + #endif @@ -13,8 +13,8 @@ #include <X11/Intrinsic.h> #include <X11/StringDefs.h> *************** -*** 1650,1655 **** ---- 1653,1662 ---- +*** 1685,1690 **** +--- 1688,1697 ---- char *argv0; /* find root of argv[0] */ short initargc = argc; /* because XtInitialize() absorbs the */ /* -schem flag and renumbers argc! (bug?) */ |