summaryrefslogtreecommitdiff
path: root/tildexpand.c
diff options
context:
space:
mode:
authormouring <mouring>2001-02-09 02:11:24 +0000
committermouring <mouring>2001-02-09 02:11:24 +0000
commit8d39bf8f2992756df4786b70db09bb6bd22a8b1c (patch)
tree4badbfbadb6dcde50f6cda57c7ca229ebd09dc5f /tildexpand.c
parent4663cb7b075e28c7e6abc0c52f7aacacb1be0fff (diff)
downloadopenssh-8d39bf8f2992756df4786b70db09bb6bd22a8b1c.tar.gz
- itojun@cvs.openbsd.org 2001/02/08 19:30:52
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 'tildexpand.c')
-rw-r--r--tildexpand.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tildexpand.c b/tildexpand.c
index b7274468..46bdaae8 100644
--- a/tildexpand.c
+++ b/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.