1 Aug 2000 02:13
patch for 1.8.1
Peter Van Epp <vanepp <at> sfu.ca>
2000-08-01 00:13:10 GMT
2000-08-01 00:13:10 GMT
Below is a patch file against the argus-1.8.1.gz distribution from the ftp site. It includes both Carter's longjump and icmp fixes from the list plus a patch to make 1.8.1 compile cleanly on FreeBSD 4.1-RELEASE (essentially comment out a definition it was objecting to if the version is 4.1 or greater, I checked that 4.0-RELEASE is still happy). cd argus-1.8.1 patch -p < ../argus.patch will apply it. Peter Van Epp / Operations and Technical Support Simon Fraser University, Burnaby, B.C. Canada argus.patch: *** common/argus_util.c.old Thu Apr 6 05:24:09 2000 --- common/argus_util.c Tue Jul 18 07:36:43 2000 *************** *** 1683,1689 **** static int count_blocks(struct block *); static void number_blks_r(struct block *); static int count_stmts(struct block *); ! static void convert_code_r(struct block *); static int n_blocks; struct block **blocks; --- 1683,1689 ---- static int count_blocks(struct block *); static void number_blks_r(struct block *);(Continue reading)
). Since it is what the
code used to do it should be pretty safe I think.
Peter Van Epp / Operations and Technical Support
Simon Fraser University, Burnaby, B.C. Canada
*** common/argus_parse.c.orig Wed Apr 5 10:58:18 2000
--- common/argus_parse.c Mon Jul 31 19:51:42 2000
***************
*** 734,740 ****
if ((status & ARGUSCONTROL) && (status & CLOSE)) {
argus_parse_complete();
- exit(0);
}
}
--- 734,739 ----
RSS Feed