On Mon, 16 Aug 1999, Thomas M. wrote:

>  To get this far, I've had to patch a couple of files :
> 
>  in libax25 kernel_netrom.h is missing the definition of SOL_NETROM, after
> browsing some sources i found out that this should be 259, so I added a
> #define SOL_NETROM 259 to the file...

This one is ok. Though there are other errors in that file so you will
find that many netrom tools won't work.

>  in ax25_tools, the axctl program has an error, i removed the line near
> the bottom of the file, saying ax25_ctl.digi_count, as digi_count doesn't
> appear in the ax25_ctl struct...

There is no error in axctl. Zeroing ax25_ctl.digi_count is crucial to
axctl's function, in fact with kernels older than 2.2.11 you can crash the
kernel big time if it's not properly initialized...

The problem is that the kernel_*.h "compatibility headers" are broken.
Patch sent. Waiting for something to happen.

-- 
--- Tomi Manninen / [EMAIL PROTECTED] / OH2BNS @ OH2RBI.FIN.EU ---

Reply via email to