svn rev #18153: trunk/src/appl/gssftp/ftpd/

raeburn@MIT.EDU raeburn at MIT.EDU
Thu Jun 15 20:10:08 EDT 2006


Commit By: raeburn
Log Message: 
ticket: new
subject: ftpd's getline conflicts with current glibc headers

Reported by Ubaidul Khan on kerberos at mit this date.
GNU libc includes a function getline with an incompatible prototype.
It hasn't caused problems for MIT on RHEL 4 (glibc 2.3.4), but
apparently FC5 has a newer set of headers in which it does.

* ftpcmd.y (getline): Renamed to ftpd_getline.  Declarations and callers
changed.
* ftpd.c (getline): Remove duplicate declaration.



Changed Files:
U   trunk/src/appl/gssftp/ftpd/ftpcmd.y
U   trunk/src/appl/gssftp/ftpd/ftpd.c
U   trunk/src/appl/gssftp/ftpd/ftpd_var.h



More information about the cvs-krb5 mailing list