diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-03-05 06:42:58 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-03-05 06:42:58 +0000 |
commit | cf0da4067bc7dc51f3f7bef7ff08b49b3e5af448 (patch) | |
tree | 5bafcfef1f09242323df99c2a78244bffae9230b /uuencode.c | |
parent | 66e5ecc6b292bfff0d0b31cea17db7e725ab2659 (diff) | |
download | openssh-git-cf0da4067bc7dc51f3f7bef7ff08b49b3e5af448.tar.gz |
- (bal) CVS ID touch up on uuencode.c
Diffstat (limited to 'uuencode.c')
-rw-r--r-- | uuencode.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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, |