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: Darren Tucker (dtuckercvs.openbsd.org)
Date: Thu Jun 12 2008 - 19:12:02 CDT


CVSROOT: /cvs
Module name: src
Changes by: dtuckercvs.openbsd.org 2008/06/12 18:12:02

Modified files:
        usr.bin/ssh : log.h sftp.h

Log message:
replace __dead with __attribute__((noreturn)), makes things a little easier
to port. Also, add it to sigdie(). ok djm