]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - battlestar/externs.h
Sync to 4.4BSD-Lite2
[bsdgames-darwin.git] / battlestar / externs.h
index d097901b534fbc66b8686fa3b5f2cf2524942966..ab7f020334dadda67df74e4787711e4f211fb222 100644 (file)
@@ -1,6 +1,8 @@
+/*     $NetBSD: externs.h,v 1.5 1995/04/24 12:22:18 cgd Exp $  */
+
 /*
- * Copyright (c) 1983 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1983, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- *     @(#)externs.h   5.4 (Berkeley) 6/1/90
+ *     @(#)externs.h   8.1 (Berkeley) 5/31/93
  */
 
-#include <sys/signal.h>
+#include <signal.h>
 #include <stdio.h>
+#include <string.h>
 
 #define BITS (8 * sizeof (int))