diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | uuencode.c | 4 |
2 files changed, 4 insertions, 3 deletions
@@ -1,6 +1,7 @@ | |||
1 | 20010305 | 1 | 20010305 |
2 | - (bal) CVS ID touch up on sshpty.[ch] and sshlogin.[ch] | 2 | - (bal) CVS ID touch up on sshpty.[ch] and sshlogin.[ch] |
3 | - (bal) CVS ID touch up on sftp-int.c | 3 | - (bal) CVS ID touch up on sftp-int.c |
4 | - (bal) CVS ID touch up on uuencode.c | ||
4 | - (bal) OpenBSD CVS Sync | 5 | - (bal) OpenBSD CVS Sync |
5 | - deraadt@cvs.openbsd.org 2001/02/17 23:48:48 | 6 | - deraadt@cvs.openbsd.org 2001/02/17 23:48:48 |
6 | [sshd.8] | 7 | [sshd.8] |
@@ -4288,4 +4289,4 @@ | |||
4288 | - Wrote replacements for strlcpy and mkdtemp | 4289 | - Wrote replacements for strlcpy and mkdtemp |
4289 | - Released 1.0pre1 | 4290 | - Released 1.0pre1 |
4290 | 4291 | ||
4291 | $Id: ChangeLog,v 1.880 2001/03/05 06:35:29 mouring Exp $ | 4292 | $Id: ChangeLog,v 1.881 2001/03/05 06:42:58 mouring Exp $ |
diff --git a/uuencode.c b/uuencode.c index aa4066324..f3774f1f3 100644 --- a/uuencode.c +++ b/uuencode.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: uuencode.c,v 1.10 2001/02/08 19:30:53 itojun Exp $ */ | 1 | /* $OpenBSD: uuencode.c,v 1.12 2001/03/01 02:27:18 deraadt Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 2000 Markus Friedl. All rights reserved. | 4 | * Copyright (c) 2000 Markus Friedl. All rights reserved. |
@@ -28,7 +28,7 @@ | |||
28 | #include "xmalloc.h" | 28 | #include "xmalloc.h" |
29 | #include "uuencode.h" | 29 | #include "uuencode.h" |
30 | 30 | ||
31 | RCSID("$OpenBSD: uuencode.c,v 1.10 2001/02/08 19:30:53 itojun Exp $"); | 31 | RCSID("$OpenBSD: uuencode.c,v 1.12 2001/03/01 02:27:18 deraadt Exp $"); |
32 | 32 | ||
33 | int | 33 | int |
34 | uuencode(u_char *src, u_int srclength, | 34 | uuencode(u_char *src, u_int srclength, |