Displaying 1 result from an estimated 1 matches for "rw__lock_unlocked".
Did you mean:
rw_lock_unlocked
2006 Mar 19
2
Zaptel will not build
...is apparently due to a typo in a kernel header
spinlock.h although I have not successfully modified the kernel and
built zaptel against it yet.
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=180568
This bug report has a typo as well. It should read:
#define DEFINE_RWLOCK(x) rwlock_t x = RW__LOCK_UNLOCKED
make -C /lib/modules/2.6.9-34.EL/build SUBDIRS=/usr/src/zaptel-1.2.4
XPPMOD= modules
make[1]: Entering directory `/usr/src/kernels/2.6.9-34.EL-i686'
CC [M] /usr/src/zaptel-1.2.4/zaptel.o
/usr/src/zaptel-1.2.4/zaptel.c:384: error: syntax error before "zone_lock"
/usr/src/zaptel...