Fix date.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Thu, 24 Jun 1993 02:12:04 +0000 (02:12 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Thu, 24 Jun 1993 02:12:04 +0000 (02:12 +0000)
v7/src/microcode/ntio.c
v7/src/microcode/ntio.h
v7/src/microcode/ntsys.c
v7/src/microcode/nttop.c
v7/src/microcode/nttrap.c
v7/src/microcode/nttrap.h
v7/src/microcode/nttty.c

index 4cd3079b1a0af41fa0b16ab94022a9969ac59506..38fbcbb789898d17f134d69351a6b20a98b8f058 100644 (file)
@@ -1,8 +1,8 @@
 /* -*-C-*-
 
-$Id: ntio.c,v 1.2 1993/06/24 01:52:11 gjr Exp $
+$Id: ntio.c,v 1.3 1993/06/24 02:03:59 gjr Exp $
 
-Copyright (c) 1992 Massachusetts Institute of Technology
+Copyright (c) 1992-1993 Massachusetts Institute of Technology
 
 This material was developed by the Scheme project at the Massachusetts
 Institute of Technology, Department of Electrical Engineering and
index 5b11cf210a48d8c56165558eac46549630b39b5c..e322336637663c68805e5e5e8c99d30dfc5d66b9 100644 (file)
@@ -1,8 +1,8 @@
 /* -*-C-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/ntio.h,v 1.2 1993/06/24 01:52:11 gjr Exp $
+$Id: ntio.h,v 1.3 1993/06/24 02:04:17 gjr Exp $
 
-Copyright (c) 1992 Massachusetts Institute of Technology
+Copyright (c) 1992-1993 Massachusetts Institute of Technology
 
 This material was developed by the Scheme project at the Massachusetts
 Institute of Technology, Department of Electrical Engineering and
index 2ce63cb13af00ddce502b2a366ab847be6318d0f..5e8311cd7c5ea3e831a839be57fa507afef75a92 100644 (file)
@@ -1,8 +1,8 @@
 /* -*-C-*-
 
-$Id: ntsys.c,v 1.1 1993/02/10 22:39:46 adams Exp $
+$Id: ntsys.c,v 1.2 1993/06/24 02:08:47 gjr Exp $
 
-Copyright (c) 1992 Massachusetts Institute of Technology
+Copyright (c) 1992-1993 Massachusetts Institute of Technology
 
 This material was developed by the Scheme project at the Massachusetts
 Institute of Technology, Department of Electrical Engineering and
index 41ad90d132750e61b100dfb2e08d9b7dca7d2cfa..9738c8429707aabff11931d13ef10c804264df95 100644 (file)
@@ -1,8 +1,8 @@
 /* -*-C-*-
 
-$Id: nttop.c,v 1.2 1993/06/24 01:52:11 gjr Exp $
+$Id: nttop.c,v 1.3 1993/06/24 02:10:06 gjr Exp $
 
-Copyright (c) 1992 Massachusetts Institute of Technology
+Copyright (c) 1993 Massachusetts Institute of Technology
 
 This material was developed by the Scheme project at the Massachusetts
 Institute of Technology, Department of Electrical Engineering and
index 7656dcf652ee4baf3d9b3203d5c79fe18ad5c615..44050be30e6af1f7d045970181be173200fb31a4 100644 (file)
@@ -1,8 +1,8 @@
 /* -*-C-*-
 
-$Id: nttrap.c,v 1.2 1993/06/24 01:52:11 gjr Exp $
+$Id: nttrap.c,v 1.3 1993/06/24 02:10:58 gjr Exp $
 
-Copyright (c) 1992 Massachusetts Institute of Technology
+Copyright (c) 1992-1993 Massachusetts Institute of Technology
 
 This material was developed by the Scheme project at the Massachusetts
 Institute of Technology, Department of Electrical Engineering and
index 39e2c83aca96e378ff9a0dbfd5c5d74454baa183..49df1f195a85d15427392eca8673c091bb4ecf84 100644 (file)
@@ -1,8 +1,8 @@
 /* -*-C-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/nttrap.h,v 1.2 1993/06/24 01:52:11 gjr Exp $
+$Id: nttrap.h,v 1.3 1993/06/24 02:11:23 gjr Exp $
 
-Copyright (c) 1992 Massachusetts Institute of Technology
+Copyright (c) 1992-1993 Massachusetts Institute of Technology
 
 This material was developed by the Scheme project at the Massachusetts
 Institute of Technology, Department of Electrical Engineering and
@@ -32,8 +32,8 @@ Technology nor of any adaptation thereof in any advertising,
 promotional, or sales literature without prior written consent from
 MIT in each case. */
 
-#ifndef SCM_DOSTRAP_H
-#define SCM_DOSTRAP_H
+#ifndef SCM_NTTRAP_H
+#define SCM_NTTRAP_H
 \f
 #ifndef SIGINFO_T
 #define SIGINFO_T unsigned
@@ -92,4 +92,4 @@ extern void EXFUN
 extern void EXFUN (hard_reset, (struct FULL_SIGCONTEXT * scp));
 extern void EXFUN (soft_reset, (void));
 
-#endif /* SCM_DOSTRAP_H */
+#endif /* SCM_NTTRAP_H */
index 11b565bb9a5279d6293b4cd30886051093242e9e..c5678bdec34fd18b7364c38976a4e2179319a38c 100644 (file)
@@ -1,8 +1,8 @@
 /* -*-C-*-
 
-$Id: nttty.c,v 1.2 1993/06/24 01:52:11 gjr Exp $
+$Id: nttty.c,v 1.3 1993/06/24 02:12:04 gjr Exp $
 
-Copyright (c) 1992 Massachusetts Institute of Technology
+Copyright (c) 1992-1993 Massachusetts Institute of Technology
 
 This material was developed by the Scheme project at the Massachusetts
 Institute of Technology, Department of Electrical Engineering and