From: mouring Date: Mon, 5 Mar 2001 06:42:58 +0000 (+0000) Subject: - (bal) CVS ID touch up on uuencode.c X-Git-Tag: V_2_5_2_P1~117 X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/commitdiff_plain/e77df335acb332efef34eaab1d7bb2922faa5a82 - (bal) CVS ID touch up on uuencode.c --- diff --git a/ChangeLog b/ChangeLog index c1e492f6..27e33bb5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ 20010305 - (bal) CVS ID touch up on sshpty.[ch] and sshlogin.[ch] - (bal) CVS ID touch up on sftp-int.c + - (bal) CVS ID touch up on uuencode.c - (bal) OpenBSD CVS Sync - deraadt@cvs.openbsd.org 2001/02/17 23:48:48 [sshd.8] diff --git a/uuencode.c b/uuencode.c index aa406632..f3774f1f 100644 --- a/uuencode.c +++ b/uuencode.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uuencode.c,v 1.10 2001/02/08 19:30:53 itojun Exp $ */ +/* $OpenBSD: uuencode.c,v 1.12 2001/03/01 02:27:18 deraadt Exp $ */ /* * Copyright (c) 2000 Markus Friedl. All rights reserved. @@ -28,7 +28,7 @@ #include "xmalloc.h" #include "uuencode.h" -RCSID("$OpenBSD: uuencode.c,v 1.10 2001/02/08 19:30:53 itojun Exp $"); +RCSID("$OpenBSD: uuencode.c,v 1.12 2001/03/01 02:27:18 deraadt Exp $"); int uuencode(u_char *src, u_int srclength,