Corinna Vinschen
61522196c7
* Merge in cygwin-64bit-branch.
2013-04-23 09:44:36 +00:00
Corinna Vinschen
83dddecb34
* net.cc: Remove calls to sig_dispatch_pending throughout.
...
* libc/rexec.cc: Ditto.
2010-03-30 09:25:46 +00:00
Corinna Vinschen
d370bb56c8
* libc/bsdlib.cc: Align copyright with upstream.
...
* libc/fnmatch.c: Ditto.
* libc/fts.c: Ditto.
* libc/inet_addr.c: Ditto.
* libc/inet_network.c: Ditto.
* libc/rcmd.cc: Ditto.
* libc/rexec.cc: Ditto.
2009-04-15 08:20:47 +00:00
Corinna Vinschen
6af3d60df9
* libc/rexec.cc (ruserpass): Use fstat64 instead of fstat.
2009-04-06 20:44:55 +00:00
Christopher Faylor
cb7e1879ee
* localtime.cc (increment_overflow): Mark as non-inline to prevent compiler
...
from complaining about the very thing we're trying to test.
* ntea.cc (read_ea): Reorganize to avoid a new compiler warning/error.
* sched.cc (sched_rr_get_interval): Ditto.
* select.cc (peek_serial): Ditto.
* libc/rexec.cc (ruserpass): Ditto.
* posix_ipc.cc (ipc_names): Make static to avoid a compiler warning
(and it's the right thing to do anyway).
2008-09-11 05:43:11 +00:00
Christopher Faylor
49bd27c47c
* libc/rexec.cc (cygwin_rexec): Obvious (?) fix to correct a gcc warning - set
...
port to zero first thing in the function.
2006-07-05 00:14:42 +00:00
Corinna Vinschen
fa48cf5325
* Makefile.in (DLL_OFILES): Add rexec.o.
...
* autoload.cc (inet_network): Drop definition.
(rexec): Ditto.
* net.cc (rexec): Drop extern declaration.
(inet_network): Ditto.
(cygwin_inet_network): Implement using inet_addr.
(cygwin_rexec): Remove.
* libc/rexec.cc: New file.
2006-07-04 20:24:27 +00:00