CVSROOT: /cvs Module name: src Changes by: mill...@cvs.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@