the iffe scripts look for these to enable /dev/tcp
        #include <sys/socket.h>
        #include <netinet/in.h>
        socket() in default libs
when endabled this should produce the date
        cat < /dev/tcp/localhost/13
what does this show:
        egrep 'socket|net' $INSTALLROOT/src/cmd/ksh93/FEATURE/poll

On Tue, 28 Mar 2006 05:15:02 +0200 Roland Mainz wrote:
> While working on the ksh93 integration into the OpenSolaris codebase I
> found small bug - it seems that /dev/tcp and /dev/udp are not
> compiled-in into the binary (I used
> http://svn.genunix.org/repos/on/branches/ksh93/gisburn/scripts/buildksh93.ksh
> to build 2006-02-14 ksh93r) - is this a bug or was this done
> intentionally for some (unknown) reason ?


Reply via email to