• Show log

    Commit

  • Hash : 67fcac56
    Author : Carlos Martín Nieto
    Date : 2013-01-29T18:00:32

    Fix p_realpath on OpenBSD
    
    OpenBSD's realpath(3) doesn't require the last part of the path to
    exist. Override p_realpath in this OS to bring it in line with the
    library's assumptions.