diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | uuencode.c | 4 |
2 files changed, 4 insertions, 3 deletions
@@ -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] @@ -4288,4 +4289,4 @@ - Wrote replacements for strlcpy and mkdtemp - Released 1.0pre1 -$Id: ChangeLog,v 1.880 2001/03/05 06:35:29 mouring Exp $ +$Id: ChangeLog,v 1.881 2001/03/05 06:42:58 mouring Exp $ @@ -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, |