12 Nov
2007
12 Nov
'07
5:01 p.m.
On Nov 12, 2007 1:08 AM, Tobias Powalowski <t.powa@gmx.de> wrote:
two lines of header that seem to not be conform with gcc anymore: char *capi20ext_get_tty_devname(unsigned applid, unsigned ncci, char *buf, size_t size); char *capi20ext_get_raw_devname(unsigned applid, unsigned ncci, char *buf, size_t size);
anyone knows a quick fix?
try s/unsigned/unsigned int/