summaryrefslogtreecommitdiff
path: root/tildexpand.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2004-05-13 16:06:46 +1000
committerDarren Tucker <dtucker@zip.com.au>2004-05-13 16:06:46 +1000
commit06f2bd8bde688390c34eeedfb3aa7b8e4133542d (patch)
tree0f8a3dfe7e3520dd21317fa10e3f9cd67b95a628 /tildexpand.c
parentdcf6ec48f617af4dc27c8cd42960fa65240f5488 (diff)
- deraadt@cvs.openbsd.org 2004/05/08 00:01:37
[auth.c clientloop.c misc.h servconf.c ssh.c sshpty.h sshtty.c tildexpand.c], removed: sshtty.h tildexpand.h make two tiny header files go away; djm ok
Diffstat (limited to 'tildexpand.c')
-rw-r--r--tildexpand.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tildexpand.c b/tildexpand.c
index cbe981146..40aa11965 100644
--- a/tildexpand.c
+++ b/tildexpand.c
@@ -11,11 +11,10 @@
11 */ 11 */
12 12
13#include "includes.h" 13#include "includes.h"
14RCSID("$OpenBSD: tildexpand.c,v 1.13 2002/06/23 03:25:50 deraadt Exp $"); 14RCSID("$OpenBSD: tildexpand.c,v 1.14 2004/05/08 00:01:37 deraadt Exp $");
15 15
16#include "xmalloc.h" 16#include "xmalloc.h"
17#include "log.h" 17#include "log.h"
18#include "tildexpand.h"
19 18
20/* 19/*
21 * Expands tildes in the file name. Returns data allocated by xmalloc. 20 * Expands tildes in the file name. Returns data allocated by xmalloc.