
wackamole-list at openskysolutions
Dec 13, 2003, 10:00 PM
Post #2 of 3
(930 views)
Permalink
|
|
Re: embedded Perl + empty arpcache bug patch fixes
[In reply to]
|
|
This is a multi-part message in MIME format. --------------050902090100020508010507 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Oops. Forgot to include the patch. --------------050902090100020508010507 Content-Type: text/plain; name="embperl_arpcache.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="embperl_arpcache.patch" --- userloader.c Thu Jun 26 12:03:54 2003 +++ userloader.c Sat Dec 13 15:21:56 2003 @@ -83,7 +83,7 @@ case DLFUNCS_GENRE_DL: handlers[i].handler(safe_pseudo, safe_extras, safe_real); break; -#ifdef PERL +#ifdef USE_EMBEDDED_PERL case DLFUNCS_GENRE_PERL: perl_handler(handlers[i].func, &safe_pseudo, safe_extras, &safe_real); --- arpcache.c Sat Oct 11 01:56:41 2003 +++ arpcache.c Sun Nov 30 15:36:52 2003 @@ -93,7 +93,7 @@ } if( count == 0 ){ - Alarm(DEBUG, "Local arp-cache seems to be empty"); + wack_alarm(WACK_DEBUG, "Local arp-cache seems to be empty"); if(arpcache_private) free(arpcache_private); arpcache_psize = 0; arpcache_private = malloc(sizeof(address)); --------------050902090100020508010507--
|