From 7afc04c9fc49e2a2d0723184beb56f5d2dc2f848 Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Thu, 24 Jun 1993 02:12:04 +0000 Subject: [PATCH] Fix date. --- v7/src/microcode/ntio.c | 4 ++-- v7/src/microcode/ntio.h | 4 ++-- v7/src/microcode/ntsys.c | 4 ++-- v7/src/microcode/nttop.c | 4 ++-- v7/src/microcode/nttrap.c | 4 ++-- v7/src/microcode/nttrap.h | 10 +++++----- v7/src/microcode/nttty.c | 4 ++-- 7 files changed, 17 insertions(+), 17 deletions(-) diff --git a/v7/src/microcode/ntio.c b/v7/src/microcode/ntio.c index 4cd3079b1..38fbcbb78 100644 --- a/v7/src/microcode/ntio.c +++ b/v7/src/microcode/ntio.c @@ -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 diff --git a/v7/src/microcode/ntio.h b/v7/src/microcode/ntio.h index 5b11cf210..e32233663 100644 --- a/v7/src/microcode/ntio.h +++ b/v7/src/microcode/ntio.h @@ -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 diff --git a/v7/src/microcode/ntsys.c b/v7/src/microcode/ntsys.c index 2ce63cb13..5e8311cd7 100644 --- a/v7/src/microcode/ntsys.c +++ b/v7/src/microcode/ntsys.c @@ -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 diff --git a/v7/src/microcode/nttop.c b/v7/src/microcode/nttop.c index 41ad90d13..9738c8429 100644 --- a/v7/src/microcode/nttop.c +++ b/v7/src/microcode/nttop.c @@ -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 diff --git a/v7/src/microcode/nttrap.c b/v7/src/microcode/nttrap.c index 7656dcf65..44050be30 100644 --- a/v7/src/microcode/nttrap.c +++ b/v7/src/microcode/nttrap.c @@ -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 diff --git a/v7/src/microcode/nttrap.h b/v7/src/microcode/nttrap.h index 39e2c83ac..49df1f195 100644 --- a/v7/src/microcode/nttrap.h +++ b/v7/src/microcode/nttrap.h @@ -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 #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 */ diff --git a/v7/src/microcode/nttty.c b/v7/src/microcode/nttty.c index 11b565bb9..c5678bdec 100644 --- a/v7/src/microcode/nttty.c +++ b/v7/src/microcode/nttty.c @@ -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 -- 2.25.1