summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-03-05 06:42:58 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-03-05 06:42:58 +0000
commitcf0da4067bc7dc51f3f7bef7ff08b49b3e5af448 (patch)
tree5bafcfef1f09242323df99c2a78244bffae9230b
parent66e5ecc6b292bfff0d0b31cea17db7e725ab2659 (diff)
- (bal) CVS ID touch up on uuencode.c
-rw-r--r--ChangeLog3
-rw-r--r--uuencode.c4
2 files changed, 4 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index a16e7ce0c..915c3a0d1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
120010305 120010305
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
31RCSID("$OpenBSD: uuencode.c,v 1.10 2001/02/08 19:30:53 itojun Exp $"); 31RCSID("$OpenBSD: uuencode.c,v 1.12 2001/03/01 02:27:18 deraadt Exp $");
32 32
33int 33int
34uuencode(u_char *src, u_int srclength, 34uuencode(u_char *src, u_int srclength,