From: gregory noe (gregory@email.teaser.com)
Date: 07/04/93


From: gregory@email.teaser.com (gregory noe)
Subject: key  and IPC !!!
Date: Sun, 4 Jul 1993 20:16:07 GMT

how to get the semid or shmid whith only the key ????

on system V there is IPC_ALLOC but linux ipcs don't have it...

so: i create a semaphore or shared memory with a key.
    i want the ID of them but i have only the key.

HOW DO TO DO THAT?...