fix mingw issues with posix.c
authorAndy Wingo <wingo@pobox.com>
Sat, 9 Mar 2013 22:12:51 +0000 (23:12 +0100)
committerAndy Wingo <wingo@pobox.com>
Sat, 9 Mar 2013 22:12:51 +0000 (23:12 +0100)
commitaa59904eaec70c95fa95960f98ba9cbc62010e8d
treed861e7f97077bbabcf9cc07f949e7afbb2d64221
parentb7548cd2dc4ead3c0ad3d2fb5c9fc43d54e6ce8d
fix mingw issues with posix.c

* libguile/posix.c (scm_execl, scm_execlp, scm_execle)
  (scm_open_process): Remove casts for ancient mingw.
  (scm_utime): If we fall back to utime, assert that flags is 0.
  (scm_getlogin): Rely on gnulib.
libguile/posix.c