[Lsb-messages] /var/www/bzr/lsb/devel/devchk r2284: update O_SYNC/O_RSYNC to match upstream (bug 3542)

Mats Wichmann mats at linuxfoundation.org
Fri May 18 11:04:02 UTC 2012


------------------------------------------------------------
revno: 2284
committer: Mats Wichmann <mats at linuxfoundation.org>
branch nick: devchk
timestamp: Fri 2012-05-18 05:04:02 -0600
message:
  update O_SYNC/O_RSYNC to match upstream (bug 3542)
modified:
  ts/devchk/fcntl_h.c
-------------- next part --------------
=== modified file 'ts/devchk/fcntl_h.c'
--- a/ts/devchk/fcntl_h.c	2012-03-19 10:02:35 +0000
+++ b/ts/devchk/fcntl_h.c	2012-05-18 11:04:02 +0000
@@ -140,7 +140,7 @@
 
 #if _LSB_DEFAULT_ARCH
 #ifdef O_SYNC
-	CompareConstant(O_SYNC,010000,1179,architecture,1.1,NULL)
+	CompareConstant(O_SYNC,04010000,1179,architecture,5.0,NULL)
 #else
 Msg( "Error: Constant not found: O_SYNC\n");
 cnt++;
@@ -170,7 +170,7 @@
 
 #if _LSB_DEFAULT_ARCH
 #ifdef O_RSYNC
-	CompareConstant(O_RSYNC,010000,1183,architecture,4.0,NULL)
+	CompareConstant(O_RSYNC,O_SYNC,1183,architecture,5.0,NULL)
 #else
 Msg( "Error: Constant not found: O_RSYNC\n");
 cnt++;



More information about the lsb-messages mailing list