summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2014-01-19 15:28:01 +1100
committerDarren Tucker <dtucker@zip.com.au>2014-01-19 15:28:01 +1100
commit293ee3c9f0796d99ebb033735f0e315f2e0180bf (patch)
tree61076f28d8f86a6f8599f8e7a1c05057641eac94 /ChangeLog
parent2aca159d05f9e7880d1d8f1ce49a218840057f53 (diff)
- dtucker@cvs.openbsd.org 2014/01/18 09:36:26
[session.c] explicitly define USE_PIPES to 1 to prevent redefinition warnings in portable on platforms that use pipes for everything. From redhat @ redhat.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f61670097..d274fc4ea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,10 @@
3 - dtucker@cvs.openbsd.org 2014/01/17 06:23:24 3 - dtucker@cvs.openbsd.org 2014/01/17 06:23:24
4 [sftp-server.c] 4 [sftp-server.c]
5 fix log message statvfs. ok djm 5 fix log message statvfs. ok djm
6 - dtucker@cvs.openbsd.org 2014/01/18 09:36:26
7 [session.c]
8 explicitly define USE_PIPES to 1 to prevent redefinition warnings in
9 portable on platforms that use pipes for everything.
6 10
720140118 1120140118
8 - (dtucker) [uidswap.c] Prevent unused variable warnings on Cygwin. Patch 12 - (dtucker) [uidswap.c] Prevent unused variable warnings on Cygwin. Patch