K 10 svn:author V 3 bde K 8 svn:date V 27 1995-12-05T19:36:47.000000Z K 7 svn:log V 351 Removed dummy routines sscstrategy(), sscread(), sscwrite() and sscselect(). Use the standard dummies nostrategy(), noread(), nowrite() and noselect() instead. sscread() and sscwrite() returned bogus errnos. It isn't possible to return an error from a select routine so noselect() is just as bogus as sscselect() (it's equivalent to nullselect()). END