diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1997-03-11 00:08:01 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1997-03-11 00:08:01 +0000 |
| commit | 401fd2032d7b17d3805379b7d8748b8fcc9e855f (patch) | |
| tree | acb6be0558ee5b55e4d2660533c5ceee348ffc5b /gnu/libexec/uucp/cu | |
| parent | 17d68b04ff9fcd2dc603fc7fcd82bddd7ae7dc22 (diff) | |
Diffstat (limited to 'gnu/libexec/uucp/cu')
| -rw-r--r-- | gnu/libexec/uucp/cu/Makefile | 2 | ||||
| -rw-r--r-- | gnu/libexec/uucp/cu/cu.1 | 2 | ||||
| -rw-r--r-- | gnu/libexec/uucp/cu/cu.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/gnu/libexec/uucp/cu/Makefile b/gnu/libexec/uucp/cu/Makefile index ed239827b683..e363c4394807 100644 --- a/gnu/libexec/uucp/cu/Makefile +++ b/gnu/libexec/uucp/cu/Makefile @@ -1,5 +1,5 @@ # Makefile for cu -# $Id: Makefile,v 1.3.6.1 1995/09/01 06:02:08 davidg Exp $ +# $Id: Makefile,v 1.3.6.3 1996/06/05 02:39:04 jkh Exp $ BINDIR= $(bindir) BINOWN= $(owner) diff --git a/gnu/libexec/uucp/cu/cu.1 b/gnu/libexec/uucp/cu/cu.1 index 625e99416f27..ed8d58e32933 100644 --- a/gnu/libexec/uucp/cu/cu.1 +++ b/gnu/libexec/uucp/cu/cu.1 @@ -1,4 +1,4 @@ -''' $Id: cu.1,v 1.4 1995/08/19 21:24:50 ache Exp $ +''' $Id: cu.1,v 1.3.4.1 1995/09/01 06:02:09 davidg Exp $ .TH cu 1 "Taylor UUCP 1.06" .SH NAME cu \- Call up another system diff --git a/gnu/libexec/uucp/cu/cu.c b/gnu/libexec/uucp/cu/cu.c index e8a4623f67f4..1b52bc4062dd 100644 --- a/gnu/libexec/uucp/cu/cu.c +++ b/gnu/libexec/uucp/cu/cu.c @@ -26,7 +26,7 @@ #include "uucp.h" #if USE_RCS_ID -const char cu_rcsid[] = "$Id: cu.c,v 1.5 1995/08/19 21:24:51 ache Exp $"; +const char cu_rcsid[] = "$Id: cu.c,v 1.4.4.1 1995/09/01 06:02:10 davidg Exp $"; #endif #include "cu.h" |
