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: Aaron Campbell (aaroncvs.openbsd.org)
Date: Mon Mar 15 2004 - 09:03:11 CST


CVSROOT: /cvs
Module name: src
Changes by: aaroncvs.openbsd.org 2004/03/15 08:03:11

Modified files:
        usr.bin/sectok : cyberflex.c

Log message:
Replace "if (foo == bar); else baz;" idiom with "if (foo != bar) baz;". Much
less confusing. deraadt ok