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 33 and Version 34 of CommonProblems


Ignore:
Timestamp:
05/09/10 20:52:13 (5 years ago)
Author:
michaelvoliveira
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CommonProblems

    v33 v34  
    7575}}} 
    7676 
     77=== O_NOATIME undeclared === 
     78 
     79Add below to header/source file. 
     80 
     81{{{ 
     82#include <fcntl.h> 
     83#ifndef _GNU_SOURCE 
     84#define _GNU_SOURCE // for O_NOATIME 
     85#define O_NOATIME 01000000 
     86#endif 
     87}}} 
     88 
     89 
    7790=== stdbool.in.h (Now fixed in Haiku) === 
    7891 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

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