Annotation of researchv10no/ipc/perf/try.c, revision 1.1.1.1

1.1       root        1: #include <ipc.h>
                      2: main()
                      3: {
                      4:        int fd;
                      5: 
                      6:        fd = ipcopen("/cs/default!astro/forbesC/mesgdcon", "");
                      7:        if (fd<0){
                      8: /*             fd = ipcopen("/cs/default!astro/forbesC/mesgdcon", "");*/
                      9:                if (fd<0)
                     10:                        exit(1);
                     11:        }
                     12:        printf("opened!\n");
                     13:        close(fd);
                     14:        
                     15: }

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.