From 41da16c4706426ad55f7e089f8bbbe34d60aed33 Mon Sep 17 00:00:00 2001 From: lindes Date: Sun, 16 Jun 1996 02:53:30 +0000 Subject: [PATCH] updated ident info. --- ttyload.c | 6 +++--- ttyload.h | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ttyload.c b/ttyload.c index 846cc47..ddbf61b 100644 --- a/ttyload.c +++ b/ttyload.c @@ -6,12 +6,10 @@ * Copyright 1996 by David Lindes * all right reserved. * - * Version information: $Id: ttyload.c,v 1.2 1996-06-16 02:49:29 lindes Exp $ + * Version information: $Id: ttyload.c,v 1.3 1996-06-16 02:53:30 lindes Exp $ * */ -#ident "$Id: ttyload.c,v 1.2 1996-06-16 02:49:29 lindes Exp $" - #include #include #include @@ -22,6 +20,8 @@ #include "ttyload.h" +char *c="$Id: ttyload.c,v 1.3 1996-06-16 02:53:30 lindes Exp $"; + char *kmemfile = "/dev/kmem"; int kmemfd; diff --git a/ttyload.h b/ttyload.h index 5ecd5a5..7fe16fd 100644 --- a/ttyload.h +++ b/ttyload.h @@ -8,7 +8,7 @@ * */ -#ident "$Id: ttyload.h,v 1.1 1996-06-16 02:49:29 lindes Exp $" +char *h="$Id: ttyload.h,v 1.2 1996-06-16 02:53:51 lindes Exp $"; #define MIN(a,b) (((a)<(b))?(a):(b)) #define MAX(a,b) (((a)>(b))?(a):(b))