summaryrefslogtreecommitdiff
path: root/converters/kdesupport11/files/patch-aa
blob: 1f1f06d1de5b42a3bbc30c4ef79af3e9b7b1b969 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
*** rdb/rdb.c.orig	Sat Jan 30 14:12:04 1999
--- rdb/rdb.c	Mon Feb  8 19:57:13 1999
***************
*** 35,39 ****
  #ifndef O_SYNC
  # define O_SYNC 0x0
! #else
  
  inline uint32 cdb_unpack(unsigned char *buf)
--- 35,39 ----
  #ifndef O_SYNC
  # define O_SYNC 0x0
! #endif
  
  inline uint32 cdb_unpack(unsigned char *buf)
***************
*** 46,49 ****
--- 46,53 ----
    return num;
  }
+ 
+ #ifndef O_SYNC
+ #define O_SYNC O_FSYNC
+ #endif
  
  /* Mu� Datenbank mit cdb laden.