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-other-h2a-h2a.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-other-h2a-h2a.c')
-rw-r--r-- | cad/irsim/files/patch-src-other-h2a-h2a.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/cad/irsim/files/patch-src-other-h2a-h2a.c b/cad/irsim/files/patch-src-other-h2a-h2a.c new file mode 100644 index 000000000000..5f5a0dc9edbe --- /dev/null +++ b/cad/irsim/files/patch-src-other-h2a-h2a.c @@ -0,0 +1,10 @@ +--- src/other/h2a/h2a.c.orig Sun Oct 8 13:26:06 2006 ++++ src/other/h2a/h2a.c Sun Oct 8 13:26:09 2006 +@@ -32,6 +32,7 @@ + public void make_stacks( n ) nptr n; {} + public void pStackedTxtors() {} + ++private Usage(); + + private char *sim_file = NULL; + private char *hist_file = NULL; |