mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-01-18 07:30:48 +00:00
- (dtucker) [openbsd-compat/basename.c] Include errno.h.
This commit is contained in:
parent
12259d9680
commit
fe408b4826
@ -1,3 +1,6 @@
|
||||
20060824
|
||||
- (dtucker) [openbsd-compat/basename.c] Include errno.h.
|
||||
|
||||
20060822
|
||||
- (dtucker) [Makefile.in] Bug #1177: fix incorrect path for sshrc in
|
||||
Makefile. Patch from santhi.amirta at gmail, ok djm.
|
||||
@ -5288,4 +5291,4 @@
|
||||
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
||||
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
||||
|
||||
$Id: ChangeLog,v 1.4504 2006/08/22 12:24:10 dtucker Exp $
|
||||
$Id: ChangeLog,v 1.4505 2006/08/24 09:41:03 dtucker Exp $
|
||||
|
@ -20,6 +20,7 @@
|
||||
|
||||
#include "includes.h"
|
||||
#ifndef HAVE_BASENAME
|
||||
#include <errno.h>
|
||||
#include <string.h>
|
||||
|
||||
char *
|
||||
|
Loading…
Reference in New Issue
Block a user