home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: vmsnet.networks.tcp-ip.ucx
- Path: sparky!uunet!pipex!ibmpcug!miclon!nreadwin
- From: nreadwin@micrognosis.co.uk (Neil Readwin)
- Subject: VAX C stderr vs UCX 2.0 RSH
- Message-ID: <Bz5yLA.1Fp@micrognosis.co.uk>
- Sender: news@micrognosis.co.uk
- Organization: Micrognosis, a division of CSK(UK) Ltd
- Date: Sat, 12 Dec 1992 20:36:45 GMT
- Lines: 17
-
- If I compile the program show below and then do the following on a random
- SunOS box ...
- rsh my_vms_host "r ucx_misfeature.exe"
-
- then it signals RMS-F-WER. Why?
-
- #include <stdio.h>
- #include <errno.h>
-
- int main() {
- if (fputs("Gak!\n", stderr) == -1 && errno == EVMSERR)
- lib$signal(vaxc$errno);
- return 1;
- }
- --
- Phone: +44 71 815 5283 E-mail: nreadwin@micrognosis.co.uk
- Anything is a cause for sorrow that my mind or body has made
-