Right after I sent my message I noticed this line of C code: * Ed Schouten <[email protected]>, 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 <[email protected]>
WWW: http://80386.nl/
pgp7naKNfFrC0.pgp
Description: PGP signature
_______________________________________________ kde-freebsd mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information
