Hi!

I add to edit a couple of files to get ethereal-0.9.15 to compile on SGI

SGI IRIX64 6.5.21.f 
SGI C compiler MIPSpro Compilers: Version 7.3.1.3m

-----------------------
epan/osi-utils.c  line 73:
function print_nsap_net_buf is declared void but returns a value:

    return( print_area_buf( ad, length, buf ) );


Should the declaration be changed from void?  or should the return be changed
to return a void instead of return( print_area_buf( ad, length, buf ) ); on
line 73?   I assume a return; is wanted... 

-----------------------

packet-lwapp.c:
I had to add an include for alloca.h

#include <epan/resolv.h>
#include "prefs.h"
#include <alloca.h>

This should probably be an #ifdef  or in configure


Thought you'd want to know.  

Thanks for ethereal!
Craig


-- 


Craig Brockmeier
Phillips Petroleum
4D1 IC Building
Bartlesville, OK 74004
(918)-661-9549
(918)-662-5292  (fax)

email:  [EMAIL PROTECTED]
        [EMAIL PROTECTED]
        [EMAIL PROTECTED]

Reply via email to