summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--openbsd-compat/basename.c1
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6fd1ec198..9b20380de 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
120060824
2 - (dtucker) [openbsd-compat/basename.c] Include errno.h.
3
120060822 420060822
2 - (dtucker) [Makefile.in] Bug #1177: fix incorrect path for sshrc in 5 - (dtucker) [Makefile.in] Bug #1177: fix incorrect path for sshrc in
3 Makefile. Patch from santhi.amirta at gmail, ok djm. 6 Makefile. Patch from santhi.amirta at gmail, ok djm.
@@ -5288,4 +5291,4 @@
5288 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 5291 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
5289 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 5292 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
5290 5293
5291$Id: ChangeLog,v 1.4504 2006/08/22 12:24:10 dtucker Exp $ 5294$Id: ChangeLog,v 1.4505 2006/08/24 09:41:03 dtucker Exp $
diff --git a/openbsd-compat/basename.c b/openbsd-compat/basename.c
index 4b10cb84b..ffa5c8984 100644
--- a/openbsd-compat/basename.c
+++ b/openbsd-compat/basename.c
@@ -20,6 +20,7 @@
20 20
21#include "includes.h" 21#include "includes.h"
22#ifndef HAVE_BASENAME 22#ifndef HAVE_BASENAME
23#include <errno.h>
23#include <string.h> 24#include <string.h>
24 25
25char * 26char *