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))