diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1996-01-01 11:01:15 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1996-01-01 11:01:15 +0000 |
| commit | 26ce5ad3876f0ea63ab67a8bdb2ed1a5a1591a3e (patch) | |
| tree | 69e72e626f1337094ba2f18cd7fded3ecaa930bf /gnu/usr.sbin/isdn/rstcode/rstcode.c | |
| parent | a3ab491d642b34f2d3efbc0562abc8e79b38ce09 (diff) | |
Diffstat (limited to 'gnu/usr.sbin/isdn/rstcode/rstcode.c')
| -rw-r--r-- | gnu/usr.sbin/isdn/rstcode/rstcode.c | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/gnu/usr.sbin/isdn/rstcode/rstcode.c b/gnu/usr.sbin/isdn/rstcode/rstcode.c index 5a9970b26724..eadb9ffe8a66 100644 --- a/gnu/usr.sbin/isdn/rstcode/rstcode.c +++ b/gnu/usr.sbin/isdn/rstcode/rstcode.c @@ -1,6 +1,6 @@ -static char rcsid[] = "@(#)$Id: rstcode.c,v 1.1 1995/01/25 14:06:18 jkr Exp jkr $"; +static char rcsid[] = "@(#)$Id: rstcode.c,v 1.1.1.1 1995/02/15 00:46:25 jkh Exp $"; /******************************************************************************* - * II - Version 0.1 $Revision: 1.1 $ $State: Exp $ + * II - Version 0.1 $Revision: 1.1.1.1 $ $State: Exp $ * * Copyright 1994 Dietmar Friede ******************************************************************************* @@ -10,6 +10,10 @@ static char rcsid[] = "@(#)$Id: rstcode.c,v 1.1 1995/01/25 14:06:18 jkr Exp * ******************************************************************************* * $Log: rstcode.c,v $ + * Revision 1.1.1.1 1995/02/15 00:46:25 jkh + * Import the ISDN userland utilities. Just about ready to start shaking + * this baby out in earnest.. + * * ******************************************************************************/ #include <sys/types.h> |
