Don't use EOF for -1 in remote protocol code
commit052de3a4275fa020b57303e6c2e994ac92169d30
authorOlly Betts <olly@survex.com>
Wed, 18 Nov 2015 02:39:08 +0000 (18 02:39 +0000)
committerOlly Betts <olly@survex.com>
Wed, 18 Nov 2015 02:42:38 +0000 (18 02:42 +0000)
treee433a87e3da29259af1df261a4f2ff74048244ea
parentb6735e44a8a8f54a86170878e3f97b63902ef937
Don't use EOF for -1 in remote protocol code

EOF is negative, but apparently not guaranteed to be -1, and also
requires that <cstdio> or similar has been included.
xapian-core/api/replication.cc
xapian-core/backends/chert/chert_databasereplicator.cc
xapian-core/backends/glass/glass_databasereplicator.cc
xapian-core/backends/remote/remote-database.cc
xapian-core/net/remoteserver.cc