- dtucker@cvs.openbsd.org 2005/07/08 09:26:18
[misc.c] Make comment match code; ok djm@
This commit is contained in:
parent
a5cf85584c
commit
bee73d5ce0
|
@ -3,6 +3,9 @@
|
||||||
- dtucker@cvs.openbsd.org 2005/07/06 09:33:05
|
- dtucker@cvs.openbsd.org 2005/07/06 09:33:05
|
||||||
[ssh.1]
|
[ssh.1]
|
||||||
clarify meaning of ssh -b ; with & ok jmc@
|
clarify meaning of ssh -b ; with & ok jmc@
|
||||||
|
- dtucker@cvs.openbsd.org 2005/07/08 09:26:18
|
||||||
|
[misc.c]
|
||||||
|
Make comment match code; ok djm@
|
||||||
|
|
||||||
20050707
|
20050707
|
||||||
- dtucker [auth-krb5.c auth.h gss-serv-krb5.c] Move KRB5CCNAME generation for
|
- dtucker [auth-krb5.c auth.h gss-serv-krb5.c] Move KRB5CCNAME generation for
|
||||||
|
@ -2801,4 +2804,4 @@
|
||||||
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
||||||
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.3839 2005/07/14 07:04:18 dtucker Exp $
|
$Id: ChangeLog,v 1.3840 2005/07/14 07:05:02 dtucker Exp $
|
||||||
|
|
4
misc.c
4
misc.c
|
@ -24,7 +24,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
RCSID("$OpenBSD: misc.c,v 1.33 2005/07/04 00:58:43 djm Exp $");
|
RCSID("$OpenBSD: misc.c,v 1.34 2005/07/08 09:26:18 dtucker Exp $");
|
||||||
|
|
||||||
#include "misc.h"
|
#include "misc.h"
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
|
@ -425,7 +425,7 @@ tilde_expand_filename(const char *filename, uid_t uid)
|
||||||
/*
|
/*
|
||||||
* Expand a string with a set of %[char] escapes. A number of escapes may be
|
* Expand a string with a set of %[char] escapes. A number of escapes may be
|
||||||
* specified as (char *escape_chars, char *replacement) pairs. The list must
|
* specified as (char *escape_chars, char *replacement) pairs. The list must
|
||||||
* be terminated by an escape_char of -1. Returns replaced string in memory
|
* be terminated by a NULL escape_char. Returns replaced string in memory
|
||||||
* allocated by xmalloc.
|
* allocated by xmalloc.
|
||||||
*/
|
*/
|
||||||
char *
|
char *
|
||||||
|
|
Loading…
Reference in New Issue