summaryrefslogtreecommitdiffstats
path: root/libexec/fingerd
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/fingerd')
-rw-r--r--libexec/fingerd/fingerd.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libexec/fingerd/fingerd.c b/libexec/fingerd/fingerd.c
index 440c236..25531d3 100644
--- a/libexec/fingerd/fingerd.c
+++ b/libexec/fingerd/fingerd.c
@@ -100,13 +100,11 @@ main(int argc, char *argv[])
* Enable server-side Transaction TCP.
*/
{
-#if !defined(__alpha__) /* XXX FIXME */
int one = 1;
if (setsockopt(STDOUT_FILENO, IPPROTO_TCP, TCP_NOPUSH, &one,
sizeof one) < 0) {
logerr("setsockopt(TCP_NOPUSH) failed: %m");
}
-#endif
}
if (!fgets(line, sizeof(line), stdin))
OpenPOWER on IntegriCloud