OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
CVS: cvs.openbsd.org: src

From: Otto Moerbeek (ottocvs.openbsd.org)
Date: Mon Sep 25 2006 - 01:03:29 CDT


CVSROOT: /cvs
Module name: src
Changes by: ottocvs.openbsd.org 2006/09/25 00:03:29

Modified files:
        games/fortune/fortune: fortune.c

Log message:
Use S_IS* macros insted of masking with S_IF* flags. The latter may
have multiple bits set, which lead to surprising results. Spotted by
from Paul Stoeber, more to come.