IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27593


Ignore:
Timestamp:
Apr 3, 2010, 2:15:52 PM (16 years ago)
Author:
bills
Message:

checked in wrong fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/pcontrol/StartHost.c

    r27592 r27593  
    1414  if (VarConfig ("SHELL", "%s", shell)     == NULL) strcpy (shell, "pclient");
    1515
    16   if (VerboseMode()) gprint (GP_ERR, "starting host within thread %lld\n", (int64_t) pthread_self());
     16#ifndef __APPLE__
     17  if (VerboseMode()) gprint (GP_ERR, "starting host within thread %lld\n", (long long) pthread_self());
     18#endif
    1719  pid = rconnect (command, host[0].hostname, shell, stdio);
    1820  if (!pid) {     
Note: See TracChangeset for help on using the changeset viewer.