diff options
author | Steve Price <steve@FreeBSD.org> | 2000-01-24 06:04:08 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-01-24 06:04:08 +0000 |
commit | 55ce548db4c722d3d734693d081dfde45f0018af (patch) | |
tree | 3602753a2ab3940ef932371a520a9b2f19b07fb2 /cad/xcircuit/files/patch-ad | |
parent | - Update to version 2.1a (diff) |
Update to version 2.0b3.
PR: 16274
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes:
svn path=/head/; revision=25018
Diffstat (limited to 'cad/xcircuit/files/patch-ad')
-rw-r--r-- | cad/xcircuit/files/patch-ad | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/cad/xcircuit/files/patch-ad b/cad/xcircuit/files/patch-ad new file mode 100644 index 000000000000..a313f4807700 --- /dev/null +++ b/cad/xcircuit/files/patch-ad @@ -0,0 +1,14 @@ +*** events.c.orig Tue Jan 11 03:54:04 2000 +--- events.c Fri Jan 2l 12:00:00 2000 +*************** +*** 9,15 **** +--- 9,17 ---- + + #include <stdio.h> + #include <string.h> ++ #ifndef __STDC__ + #include <malloc.h> ++ #endif + #include <math.h> + + #include <X11/Intrinsic.h> |