Subject: sys/signal.h
To: None <current-users@NetBSD.ORG>
From: John M Vinopal <banshee@gabriella.resort.com>
List: current-users
Date: 03/06/1996 20:09:26
Hey!  Cribbage doesn't compile!

This is because of some apparently new code trying to typedef
sa_handler for kernel compiles in struct sigaction.  Has anyone 
fixed this or shall I send a pr?

---

gabriella# make
cc -O  -Werror  -c /usr/src/games/cribbage/extern.c
cc -O  -Werror  -c /usr/src/games/cribbage/crib.c
cc1: warnings being treated as errors
In file included from /usr/src/games/cribbage/crib.c:45:
/usr/include/sys/signal.h:124: warning: no semicolon at end of struct or union
/usr/include/sys/signal.h:124: parse error before `__P'
/usr/include/sys/signal.h:128: parse error before `}'
*** Error code 1

Stop.
gabriella#