Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 165280 | Differences between
and this patch

Collapse All | Expand All

(-)./Amaya/amaya/query.c.orig (+2 lines)
Lines 2585-2590 void QueryInit () Link Here
2585
#endif
2585
#endif
2586
2586
2587
#ifdef SSL
2587
#ifdef SSL
2588
#if 0 /* HTSetSocketBufSize not in libwww any more */
2588
  ptr = TtaGetEnvString ("BUF_SIZE_SOCKET");
2589
  ptr = TtaGetEnvString ("BUF_SIZE_SOCKET");
2589
  if (ptr && *ptr) {
2590
  if (ptr && *ptr) {
2590
    int bufSize;
2591
    int bufSize;
Lines 2596-2601 void QueryInit () Link Here
2596
  else {
2597
  else {
2597
    HTUnSetSocketBufSize ();
2598
    HTUnSetSocketBufSize ();
2598
  }
2599
  }
2600
#endif
2599
#endif /* SSL */
2601
#endif /* SSL */
2600
}
2602
}
2601
2603

Return to bug 165280