[kde-freebsd] Re: Patch for kdenetwork3's ktalkd to make it build on FreeBSD HEAD
Ed Schouten
ed at 80386.nl
Tue Nov 2 19:22:06 CET 2010
Right after I sent my message I noticed this line of C code:
* Ed Schouten <ed at 80386.nl>, 20101102 19:20:
> if (!(statb.st_mode & 020)) /* ?character device? */
This should of course be rewritten to something like:
if (!S_ISCHR(statb.st_mode))
--
Ed Schouten <ed at 80386.nl>
WWW: http://80386.nl/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
Url : http://mail.kde.org/pipermail/kde-freebsd/attachments/20101102/bbc69c7d/attachment.sig
More information about the kde-freebsd
mailing list