From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Russ Cox" To: 9fans@cse.psu.edu Subject: Re: [9fans] semaphores MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20020125145334.DD45B19A55@mail.cse.psu.edu> Date: Fri, 25 Jan 2002 09:53:33 -0500 Topicbox-Message-UUID: 45834af6-eaca-11e9-9e20-41e7f4b1d025 > Should that be `typedef struct Semaphore Sema;' in order for s->data to > work? probably struct Sema, but yeah. i haven't actually compiled the code. like i said, as soon as i wrote it i discovered i didn't need it.