* filesys.c (scm_readlink): Make local vars rv and size ints, to
authorJim Blandy <jimb@red-bean.com>
Thu, 30 Jul 1998 14:44:09 +0000 (14:44 +0000)
committerJim Blandy <jimb@red-bean.com>
Thu, 30 Jul 1998 14:44:09 +0000 (14:44 +0000)
commit6a738a2516517fc0253c92d85947ec20cd69d20b
tree7759fabc78b8953b28590b0593fe0eab429d192f
parent8ecf1f13594bda0554d7f2976ef64de15c5130a7
* filesys.c (scm_readlink): Make local vars rv and size ints, to
avoid signed/unsigned comparison warnings, and because the return
value of readlink may be -1.  Don't bother casting the third
argument to readlink.
* filesys.c (scm_dirname, scm_basename): Move these to their own
page, at the end of the file.
* filesys.h (scm_dirname, scm_basename): Add prototypes for these.
libguile/filesys.c
libguile/filesys.h