diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2006-07-04 20:24:27 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2006-07-04 20:24:27 +0000 |
commit | fa48cf53255f491f46b5e03663bf6ae72ee1f136 (patch) | |
tree | af0ed509ae6ebf31d9ac1158e050524b5cdfa109 /winsup/cygwin/Makefile.in | |
parent | c2ab308c81a0f9a3a705e743b3123598d5b33243 (diff) | |
download | cygnal-fa48cf53255f491f46b5e03663bf6ae72ee1f136.tar.gz cygnal-fa48cf53255f491f46b5e03663bf6ae72ee1f136.tar.bz2 cygnal-fa48cf53255f491f46b5e03663bf6ae72ee1f136.zip |
* 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.
Diffstat (limited to 'winsup/cygwin/Makefile.in')
-rw-r--r-- | winsup/cygwin/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/cygwin/Makefile.in b/winsup/cygwin/Makefile.in index 0541bc1c1..38452e94a 100644 --- a/winsup/cygwin/Makefile.in +++ b/winsup/cygwin/Makefile.in @@ -136,8 +136,8 @@ DLL_OFILES:=assert.o autoload.o bsdlib.o ctype.o cxx.o cygheap.o cygthread.o \ hookapi.o init.o ioctl.o ipc.o iruserok.o localtime.o lsearch.o \ malloc_wrapper.o memmem.o miscfuncs.o mktemp.o mmap.o msg.o net.o netdb.o \ nftw.o ntea.o passwd.o path.o pinfo.o pipe.o poll.o pthread.o regcomp.o \ - regerror.o regexec.o regfree.o registry.o resource.o scandir.o sched.o \ - sec_acl.o sec_helper.o security.o select.o sem.o shared.o shm.o \ + regerror.o regexec.o regfree.o registry.o resource.o rexec.o scandir.o \ + sched.o sec_acl.o sec_helper.o security.o select.o sem.o shared.o shm.o \ sigfe.o signal.o sigproc.o smallprint.o spawn.o strace.o strptime.o \ strsep.o strsig.o sync.o syscalls.o sysconf.o syslog.o termios.o thread.o \ timelocal.o timer.o times.o tty.o uinfo.o uname.o v8_regexp.o \ |