HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • ← Previous Change
  • Wiki History
  • Next Change →

Changes between Version 47 and Version 48 of CommonProblems


Ignore:
Timestamp:
03/05/11 20:12:57 (4 years ago)
Author:
michaelvoliveira
Comment:

added IFF_RUNNING case

Legend:

Unmodified
Added
Removed
Modified
  • CommonProblems

    v47 v48  
    6262#ifndef MSG_NOSIGNAL  
    6363#define MSG_NOSIGNAL 0  
     64#endif 
     65}}} 
     66 
     67* {{{IFF_RUNNING}}} undeclared: Add the following code into header/source file. 
     68{{{ 
     69#ifndef IFF_RUNNING 
     70#define IFF_RUNNING 0x0001 
    6471#endif 
    6572}}} 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/