Petter Reinholdtsen wrote:
> pere 1999/07/19 12:22:54 PDT
>
> Modified files:
> java/japhar configure.in
> java/japhar/include compat.h
> java/japhar/arch resolvepath.c
> Log:
> Implement resolvepath() using realpath().
>
> Revision Changes Path
> 1.162 +1 -1 hungry/java/japhar/configure.in
> 1.18 +4 -0 hungry/java/japhar/include/compat.h
> 1.2 +21 -3 hungry/java/japhar/arch/resolvepath.c
from the freebsd realpath(3) man page:
CAVEATS
This implementation of realpath() differs slightly from the Solaris
im-
plementation. The 4.4BSD version always returns absolute
pathnames,
whereas the Solaris implementation will, under certain
circumstances, re-
turn a relative resolved_path when given a relative pathname.
does anyone know if this is true with recent (> 2.6) versions of
solaris?
xtoph