diff options
Diffstat (limited to 'cad/xcircuit/files/patch-ab')
-rw-r--r-- | cad/xcircuit/files/patch-ab | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/cad/xcircuit/files/patch-ab b/cad/xcircuit/files/patch-ab index a4bd87d732ae..78315e8e6738 100644 --- a/cad/xcircuit/files/patch-ab +++ b/cad/xcircuit/files/patch-ab @@ -1,14 +1,15 @@ -*** xcircuit.c.orig Fri Jan 14 00:21:21 2000 ---- xcircuit.c Fri Jan 21 12:00:00 2000 +*** xcircuit.c.orig Tue Aug 8 06:08:18 2000 +--- xcircuit.c Thu Aug 17 05:00:16 2000 *************** -*** 11,22 **** ---- 11,27 ---- +*** 11,23 **** +--- 11,28 ---- #include <stdio.h> #include <stdlib.h> #include <string.h> + #ifndef __STDC__ #include <malloc.h> + #endif + #include <signal.h> #include <sys/types.h> #include <sys/stat.h> #include <errno.h> @@ -21,8 +22,8 @@ #include <X11/Intrinsic.h> #include <X11/StringDefs.h> *************** -*** 1435,1440 **** ---- 1440,1449 ---- +*** 1701,1706 **** +--- 1706,1715 ---- char *argv0; /* find root of argv[0] */ short initargc = argc; /* because XtInitialize() absorbs the */ /* -schem flag and renumbers argc! (bug?) */ |