Skip Menu |
 

From: tlyu@mit.edu
Subject: SVN Commit

gssftp/ftp/cmds.c had a preprocessor conditional on HAVE_STDLIB_H that
will not evaluate correctly on WIN32 unless win-mac.h is included first.

https://github.com/krb5/krb5/commit/aa300905732f9952ed197fcefe1689e38abadc4c
Commit By: tlyu
Revision: 22443
Changed Files:
U trunk/src/appl/gssftp/ftp/cmds.c
To: rt@krbdev.MIT.EDU
Subject: [krbdev.mit.edu #6531] SVN commit
From: Tom Yu <tlyu@MIT.EDU>
Date: Thu, 16 Jul 2009 21:49:22 -0400
RT-Send-Cc:
https://github.com/krb5/krb5/commit/6d00e9692be287b02c2c3e7dd9a2f11c10c855cc
Commit By: tlyu
Log Message:
ticket; 6531
version_fixed: 1.6.4

pull up r22443 from trunk

------------------------------------------------------------------------
r22443 | tlyu | 2009-07-16 21:35:58 -0400 (Thu, 16 Jul 2009) | 8 lines

ticket: 6531
target_version: 1.6.4
tags: pullup
subject: include win-mac.h in gssftp/ftp/cmds.c for HAVE_STDLIB_H

gssftp/ftp/cmds.c had a preprocessor conditional on HAVE_STDLIB_H that
will not evaluate correctly on WIN32 unless win-mac.h is included first.


Changed Files:
U branches/krb5-1-6/src/appl/gssftp/ftp/cmds.c