diff options
Diffstat (limited to 'uuencode.c')
-rw-r--r-- | uuencode.c | 4 |
1 files changed, 2 insertions, 2 deletions
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, |