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/libexec/uucp/uuconv | |
| parent | a3ab491d642b34f2d3efbc0562abc8e79b38ce09 (diff) | |
Diffstat (limited to 'gnu/libexec/uucp/uuconv')
| -rw-r--r-- | gnu/libexec/uucp/uuconv/Makefile | 2 | ||||
| -rw-r--r-- | gnu/libexec/uucp/uuconv/uuconv.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gnu/libexec/uucp/uuconv/Makefile b/gnu/libexec/uucp/uuconv/Makefile index 1f9feff7b987..e33e311a43ed 100644 --- a/gnu/libexec/uucp/uuconv/Makefile +++ b/gnu/libexec/uucp/uuconv/Makefile @@ -1,5 +1,5 @@ # Makefile for uuconv -# $Id: Makefile,v 1.4 1995/05/14 17:01:07 ache Exp $ +# $Id: Makefile,v 1.5 1995/05/30 04:45:39 rgrimes Exp $ BINDIR= $(sbindir) diff --git a/gnu/libexec/uucp/uuconv/uuconv.c b/gnu/libexec/uucp/uuconv/uuconv.c index a5f2372effcd..ffa5ca508744 100644 --- a/gnu/libexec/uucp/uuconv/uuconv.c +++ b/gnu/libexec/uucp/uuconv/uuconv.c @@ -26,7 +26,7 @@ #include "uucnfi.h" #if USE_RCS_ID -const char uuconv_rcsid[] = "$Id: uuconv.c,v 1.4 1995/08/19 21:30:03 ache Exp $"; +const char uuconv_rcsid[] = "$Id: uuconv.c,v 1.3.4.1 1995/09/01 06:05:31 davidg Exp $"; #endif #include "getopt.h" |
