diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-02-28 05:34:29 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-02-28 05:34:29 +0000 |
commit | 7244f058fff3a34fce44ea6a18d3350703d17c2d (patch) | |
tree | 4a529d72e3e0854ab20d92fa793e3967274f5f07 /usr.bin/ssh/misc.c | |
parent | 4ef8ded04c2a484befe1ab2ac3f9695a3ce907c3 (diff) |
pull in protos
Diffstat (limited to 'usr.bin/ssh/misc.c')
-rw-r--r-- | usr.bin/ssh/misc.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/ssh/misc.c b/usr.bin/ssh/misc.c index 31d6713db17..8ed158daa42 100644 --- a/usr.bin/ssh/misc.c +++ b/usr.bin/ssh/misc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: misc.c,v 1.2 2001/02/22 21:59:44 markus Exp $ */ +/* $OpenBSD: misc.c,v 1.3 2001/02/28 05:34:28 deraadt Exp $ */ /* * Copyright (c) 2000 Markus Friedl. All rights reserved. @@ -25,10 +25,11 @@ */ #include "includes.h" -RCSID("$OpenBSD: misc.c,v 1.2 2001/02/22 21:59:44 markus Exp $"); +RCSID("$OpenBSD: misc.c,v 1.3 2001/02/28 05:34:28 deraadt Exp $"); #include "misc.h" #include "log.h" +#include "xmalloc.h" char * chop(char *s) |