simplify posix.c
authorAndy Wingo <wingo@pobox.com>
Sat, 9 Mar 2013 21:42:17 +0000 (22:42 +0100)
committerAndy Wingo <wingo@pobox.com>
Sat, 9 Mar 2013 21:42:17 +0000 (22:42 +0100)
commitd3c88f18261b78f1ca9903f2f179b7f812288e1c
treecbaac57230cc694dc77e9d98cc80ed736cb964a8
parent7dfcaf2616f6a6a712aa8cbb454aca00419db08f
simplify posix.c

* libguile/posix.c: Reorder includes to fix mingw include-order
  problem.  Remove ttyname shims; gnulib is the place to fix that.
  Remove winsock2 include, as gnulib seems to handle that OK.  Rely on
  the new pipe-posix gnulib module.  Don't bother shimming getlogin, etc
  on mingw; gnulib is the place for shims.
libguile/posix.c