CVSROOT:        /cvs/src
Module name:    src
Branch:         cv-branch
Changes by:     [EMAIL PROTECTED]       2006-07-12 13:30:48

Modified files:
        winsup/cygwin  : ChangeLog Makefile.in autoload.cc cygwin.din 
                         net.cc 
        winsup/cygwin/include/cygwin: version.h 
        winsup/cygwin/include/netinet: in.h 
Added files:
        winsup/cygwin/libc: rcmd.cc 
Removed files:
        winsup/cygwin/libc: iruserok.c 

Log message:
        * Makefile.in (DLL_OFILES): Drop iruserok.o.  Add rcmd.o.
        * autoload.cc (rcmd): Drop definition.
        * cygwin.din: Export bindresvport, bindresvport_sa, iruserok_sa,
        rcmd_af, rresvport_af.
        * net.cc (cygwin_rcmd): Remove.
        (last_used_bindresvport): Rename from last_used_rrecvport.
        (cygwin_bindresvport_sa): New function implementing bindresvport_sa.
        (cygwin_bindresvport): New function implementing bindresvport.
        (cygwin_rresvport): Remove.
        * include/cygwin/version.h: Bump API minor number.
        * include/netinet/in.h: Declare bindresvport and bindresvport_sa.
        * libc/iruserok.c: Remove file.
        * libc/rcmd.cc: New file implementing rcmd, rcmd_af, rresvport,
        rresvport_af, iruserok_sa, iruserok and ruserok.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&only_with_tag=cv-branch&r1=1.3560.2.10&r2=1.3560.2.11
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/Makefile.in.diff?cvsroot=src&only_with_tag=cv-branch&r1=1.189.2.1&r2=1.189.2.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/autoload.cc.diff?cvsroot=src&only_with_tag=cv-branch&r1=1.118.2.2&r2=1.118.2.3
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/cygwin.din.diff?cvsroot=src&only_with_tag=cv-branch&r1=1.163.2.1&r2=1.163.2.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/net.cc.diff?cvsroot=src&only_with_tag=cv-branch&r1=1.212.2.4&r2=1.212.2.5
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/include/cygwin/version.h.diff?cvsroot=src&only_with_tag=cv-branch&r1=1.231.2.1&r2=1.231.2.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/include/netinet/in.h.diff?cvsroot=src&only_with_tag=cv-branch&r1=1.2&r2=1.2.24.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/libc/rcmd.cc.diff?cvsroot=src&only_with_tag=cv-branch&r1=NONE&r2=1.1.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/libc/iruserok.c.diff?cvsroot=src&only_with_tag=cv-branch&r1=1.1&r2=NONE

Reply via email to