ftpd's getline conflicts with current glibc headers
authorKen Raeburn <raeburn@mit.edu>
Fri, 16 Jun 2006 00:10:08 +0000 (00:10 +0000)
committerKen Raeburn <raeburn@mit.edu>
Fri, 16 Jun 2006 00:10:08 +0000 (00:10 +0000)
commitb3cbc18f06ad2fbc823483bed852f06425174384
treec860cb14c56c8f2fbca8dfe3a0ec65e5f93e6126
parent0795715f6731138f24c1e87f4773b099d20adc09
ftpd's getline conflicts with current glibc headers

Reported by Ubaidul Khan on kerberos@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.

ticket: new

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18153 dc483132-0cff-0310-8789-dd5450dbe970
src/appl/gssftp/ftpd/ftpcmd.y
src/appl/gssftp/ftpd/ftpd.c
src/appl/gssftp/ftpd/ftpd_var.h