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: Todd C. Miller (millertcvs.openbsd.org)
Date: Tue Dec 21 2010 - 09:47:53 CST


CVSROOT: /cvs
Module name: src
Changes by: millertcvs.openbsd.org 2010/12/21 08:47:52

Modified files:
        lib/libutil : opendev.c

Log message:
Always return a pointer to the static buffer in realpath, even if
path and realpath are the same. This matches the manual and avoids
a bogus cast to non-const. OK jsing, previous version OK kettenis