diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-10-08 13:38:30 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-10-08 13:38:30 +0000 |
commit | 98abfad6dfd824d5f08c50deef8ea0dcdd8b7079 (patch) | |
tree | 6efc0e7a55668a70dc9d954e38e8e02b074c288b /cad/irsim/files/patch-src-irsim-subckt.c | |
parent | Update to 0.2. (diff) |
- Fix build with gcc41
PR: ports/104158
Submitted by: trasz <trasz@pin.if.uz.zgora.pl>
Notes
Notes:
svn path=/head/; revision=174932
Diffstat (limited to 'cad/irsim/files/patch-src-irsim-subckt.c')
-rw-r--r-- | cad/irsim/files/patch-src-irsim-subckt.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/cad/irsim/files/patch-src-irsim-subckt.c b/cad/irsim/files/patch-src-irsim-subckt.c new file mode 100644 index 000000000000..55cd77035787 --- /dev/null +++ b/cad/irsim/files/patch-src-irsim-subckt.c @@ -0,0 +1,10 @@ +--- src/irsim/subckt.c.orig Sun Oct 8 13:20:09 2006 ++++ src/irsim/subckt.c Sun Oct 8 13:20:30 2006 +@@ -24,6 +24,7 @@ + + extern userSubCircuit subs[]; + ++private int HashSub(); + + private int subs_cmp(a, b) + SubCircuit *a; |