diff options
| author | jtc <jtc@NetBSD.org> | 1995-02-28 18:30:59 +0000 |
|---|---|---|
| committer | jtc <jtc@NetBSD.org> | 1995-02-28 18:30:59 +0000 |
| commit | 88534de16b9551ed7674d754aa6f53c83627eff5 (patch) | |
| tree | 2a3b8587469715cddffaa697f188d2f554424df0 /battlestar/externs.h | |
| parent | 00ac893aa9922a7fe2cd763f97a176da02b11301 (diff) | |
| download | bsdgames-darwin-88534de16b9551ed7674d754aa6f53c83627eff5.tar.gz bsdgames-darwin-88534de16b9551ed7674d754aa6f53c83627eff5.zip | |
change <sys/signal.h> to <signal.h>
Diffstat (limited to 'battlestar/externs.h')
| -rw-r--r-- | battlestar/externs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/battlestar/externs.h b/battlestar/externs.h index d4539d99..38ea5771 100644 --- a/battlestar/externs.h +++ b/battlestar/externs.h @@ -31,10 +31,10 @@ * SUCH DAMAGE. * * from: @(#)externs.h 5.4 (Berkeley) 6/1/90 - * $Id: externs.h,v 1.2 1993/08/01 18:56:15 mycroft Exp $ + * $Id: externs.h,v 1.3 1995/02/28 18:31:09 jtc Exp $ */ -#include <sys/signal.h> +#include <signal.h> #include <stdio.h> #define BITS (8 * sizeof (int)) |
