summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/tildexpand.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/tildexpand.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/tildexpand.c')
-rw-r--r--usr.bin/ssh/tildexpand.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ssh/tildexpand.c b/usr.bin/ssh/tildexpand.c
index b72744683b7..46bdaae87ba 100644
--- a/usr.bin/ssh/tildexpand.c
+++ b/usr.bin/ssh/tildexpand.c
@@ -11,10 +11,11 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: tildexpand.c,v 1.10 2001/01/21 19:06:01 markus Exp $");
+RCSID("$OpenBSD: tildexpand.c,v 1.11 2001/02/08 19:30:53 itojun Exp $");
#include "xmalloc.h"
#include "log.h"
+#include "tildexpand.h"
/*
* Expands tildes in the file name. Returns data allocated by xmalloc.