Changeset 02cf08 in git


Ignore:
Timestamp:
Apr 2, 2024, 3:05:05 PM (7 weeks ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'b4f17ed1d25f93d46dbe29e4b499baecc2fd51bb')
Children:
83a4e40c59dd99ff3131cbdb57b24b456aa04b93
Parents:
7f0263295689083dce571d84fca1c6da72a5d04d
Message:
fix debug output
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/links/ssiLink.cc

    r7f0263 r02cf08  
    19571957int slStatusSsiL(lists L, int timeout)
    19581958{
    1959 printf("slStatusSsiL\n");
    19601959// input: L: a list with links of type
    19611960//           ssi-connect, ssi-fork, ssi-tcp, MPtcp-fork or MPtcp-launch.
     
    19731972  int d_fd;
    19741973  int s;
    1975 #ifdef HAVE_POLL
     1974#if defiined(HAVE_POLL) && !defined(__APPLE__)
    19761975  int nfd=L->nr+1;
    19771976  pollfd *pfd=(pollfd*)omAlloc0(nfd*sizeof(pollfd));
Note: See TracChangeset for help on using the changeset viewer.