parent
5de86cc736
commit
069090128c
|
@ -58,6 +58,9 @@
|
||||||
- markus@cvs.openbsd.org 2001/02/27 11:00:11
|
- markus@cvs.openbsd.org 2001/02/27 11:00:11
|
||||||
[compat.c]
|
[compat.c]
|
||||||
support SSH-2.0-2.1 ; from Christophe_Moret@hp.com
|
support SSH-2.0-2.1 ; from Christophe_Moret@hp.com
|
||||||
|
- deraadt@cvs.openbsd.org 2001/02/28 05:34:28
|
||||||
|
[misc.c]
|
||||||
|
pull in protos
|
||||||
|
|
||||||
20010304
|
20010304
|
||||||
- (bal) Remove make-ssh-known-hosts.1 since it's no longer valid.
|
- (bal) Remove make-ssh-known-hosts.1 since it's no longer valid.
|
||||||
|
@ -4250,4 +4253,4 @@
|
||||||
- Wrote replacements for strlcpy and mkdtemp
|
- Wrote replacements for strlcpy and mkdtemp
|
||||||
- Released 1.0pre1
|
- Released 1.0pre1
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.868 2001/03/05 06:08:19 mouring Exp $
|
$Id: ChangeLog,v 1.869 2001/03/05 06:09:31 mouring Exp $
|
||||||
|
|
5
misc.c
5
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.
|
* Copyright (c) 2000 Markus Friedl. All rights reserved.
|
||||||
|
@ -25,10 +25,11 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "includes.h"
|
#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 "misc.h"
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
|
#include "xmalloc.h"
|
||||||
|
|
||||||
char *
|
char *
|
||||||
chop(char *s)
|
chop(char *s)
|
||||||
|
|
Loading…
Reference in New Issue