diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-10-06 15:09:38 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-10-06 15:09:38 +0000 |
commit | 971449d1b65e6b38483797403911559e5b08ee30 (patch) | |
tree | 59db8786a89b919b25c6b70306c4cfeee7f0ba85 /cad/xcircuit/files/patch-an | |
parent | Update to 0.0.26 (diff) |
o Update to 2.3.3.b15
o Update WWW tag in DESCR
PR: 31070
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes:
svn path=/head/; revision=48494
Diffstat (limited to 'cad/xcircuit/files/patch-an')
-rw-r--r-- | cad/xcircuit/files/patch-an | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/cad/xcircuit/files/patch-an b/cad/xcircuit/files/patch-an deleted file mode 100644 index fa59717098d0..000000000000 --- a/cad/xcircuit/files/patch-an +++ /dev/null @@ -1,13 +0,0 @@ -*** rcfile.c.orig Wed Feb 14 04:52:28 2001 ---- rcfile.c Wed Feb 14 04:54:12 2001 -*************** -*** 38,43 **** ---- 38,45 ---- - /*----------------------------------------------------------------------*/ - - extern char _STR2[250], _STR[150]; -+ extern Display *dpy; -+ extern Window win; - extern fontinfo *fonts; - extern short fontcount; - extern Clientdata areastruct; |