updated ident info.

This commit is contained in:
lindes 1996-06-16 02:53:30 +00:00
parent 63d956add8
commit 41da16c470
2 changed files with 4 additions and 4 deletions

View File

@ -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 <limits.h>
#include <stdio.h>
#include <sys/fcntl.h>
@ -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;

View File

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