Subject: Re: Function protos for shm.h funcs
To: None <brezak@ch.hp.com>
From: Rich Murphey <rich@id.slip.bcm.tmc.edu>
List: current-users
Date: 11/18/1993 14:35:11
|From: John Brezak <brezak@ch.hp.com>
|I think there are some errors in the function prototypes for the shm*()
|functions. Can someone with a newer SVID check this out. I changed it
|like this for now to be able to build X with MIT-SHM support.

the SVR4 programmer's ref. manual says:

void shmat (int shmid, void *shmaddr, int shmflg);
int shmdt (void *shmaddr);
int shmctl (int shmid, int cmd, struct shmid_ds *buf);
int shmget (key_t key, int size, int shmflg);

So the change looks OK.. Rich

------------------------------------------------------------------------------