Path: utzoo!mnetor!uunet!husc6!bloom-beacon!gatech!mcnc!rutgers!columbia!cunixc!cck From: cck@cunixc.columbia.edu (Charlie C. Kim) Newsgroups: comp.unix.aux Subject: AUX bugs Message-ID: <565@cunixc.columbia.edu> Date: 13 Apr 88 14:45:34 GMT Reply-To: cck@cunixc.columbia.edu (Charlie C. Kim) Distribution: na Organization: Columbia University Lines: 65 Here are a couple of A/UX problems. Posted here because knowing about them may help people from wasting their time like I did. Tried and hopefully succeeded in reporting these to Apple, so no complaints from that quarter please. o Kernel problems PROBLEM: Select seems not to see an EOF (select never returns when eof is typed). Works just fine under all the other bsd based systems I've tried (ultrix, bsd, hpux, pyramid, sunos). Happens even when setcompat to full bsd. #include #include main() { int c, rdy; long i,j; struct timeval t; t.tv_sec = 0; t.tv_usec = 250; /* 1/4 second? */ c = 0; do { j = i = 0x1<