summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/uuencode.c
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2001-02-08 19:30:54 +0000
committerJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2001-02-08 19:30:54 +0000
commitf2ea9e80ef58d577847e45e4e77a4d1882f2ff45 (patch)
tree10e7eba9cac215431ac277af39ec8ca62e46e1e4 /usr.bin/ssh/uuencode.c
parent06da7da4c39450d6cf61f63bce993a0b6fb46e81 (diff)
sync with netbsd tree changes.
- more strict prototypes, include necessary headers - use paths.h/pathnames.h decls - size_t typecase to int -> u_long
Diffstat (limited to 'usr.bin/ssh/uuencode.c')
-rw-r--r--usr.bin/ssh/uuencode.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/ssh/uuencode.c b/usr.bin/ssh/uuencode.c
index 51bd6df0d65..6637d107ac8 100644
--- a/usr.bin/ssh/uuencode.c
+++ b/usr.bin/ssh/uuencode.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uuencode.c,v 1.9 2001/02/07 08:54:16 deraadt Exp $ */
+/* $OpenBSD: uuencode.c,v 1.10 2001/02/08 19:30:53 itojun Exp $ */
/*
* Copyright (c) 2000 Markus Friedl. All rights reserved.
@@ -26,10 +26,11 @@
#include "includes.h"
#include "xmalloc.h"
+#include "uuencode.h"
#include <resolv.h>
-RCSID("$OpenBSD: uuencode.c,v 1.9 2001/02/07 08:54:16 deraadt Exp $");
+RCSID("$OpenBSD: uuencode.c,v 1.10 2001/02/08 19:30:53 itojun Exp $");
int
uuencode(u_char *src, u_int srclength,