]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - atc/extern.h
add hunt.
[bsdgames-darwin.git] / atc / extern.h
index 5d5f632c6935630f0fdf3479b8afd10bff8ca6ce..ec5c3a7a25df204cdeafa811764551517e6d94c8 100644 (file)
@@ -1,6 +1,8 @@
+/*     $NetBSD: extern.h,v 1.4 1995/04/27 21:22:22 mycroft Exp $       */
+
 /*-
- * Copyright (c) 1990 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1990, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Ed James.
@@ -33,8 +35,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- *     from: @(#)extern.h      5.4 (Berkeley) 10/30/90
- *     $Id: extern.h,v 1.2 1993/08/01 18:57:16 mycroft Exp $
+ *     @(#)extern.h    8.1 (Berkeley) 5/31/93
  */
 
 /*
@@ -56,7 +57,7 @@ extern C_SCREEN               screen, *sp;
 
 extern LIST            air, ground;
 
-extern struct sgttyb   tty_start, tty_new;
+extern struct termios  tty_start, tty_new;
 
 extern DISPLACEMENT    displacement[MAXDIR];