Displaying 2 results from an estimated 2 matches for "hdlc_close".
Did you mean:
_dl_close
2004 Jun 30
0
Compile error with CVS HEAD zaptel
I get a compile warning when building zaptel (current CVS head) against
2.4.18 kernel (Debian stable dist)
zaptel.c: In function `zt_net_close':
zaptel.c:1238: warning: implicit declaration of function `hdlc_close'
It completes but fails to install with modprobe finding unresolved
references.
This error was introduced with the introduction of the second clause of the
statement below in zconfig.h
#if defined(CONFIG_HDLC) || defined(CONFIG_HDLC_MODULE)
========================^^^^^^^^^^^^^^^^^^^^^^^^^^...
2004 Jun 02
1
Problem compiling ZAPTEL on Linux 2.6.6
...usr/src/zaptel/zaptel.o
/usr/src/zaptel/zaptel.c: In function `zt_net_open':
/usr/src/zaptel/zaptel.c:1165: warning: passing arg 1 of `hdlc_open' from incompatible pointer type
/usr/src/zaptel/zaptel.c: In function `zt_net_stop':
/usr/src/zaptel/zaptel.c:1237: warning: passing arg 1 of `hdlc_close' from incompatible pointer type
/usr/src/zaptel/zaptel.c: In function `zt_xmit':
/usr/src/zaptel/zaptel.c:1293: structure has no member named `netdev'
/usr/src/zaptel/zaptel.c:1293: warning: type defaults to `int' in declaration of `__mptr'
/usr/src/zaptel/zaptel.c:1293: warning...