[haiku-commits] r38098 - haiku/trunk/headers/posix

  • From: korli@xxxxxxxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sat, 14 Aug 2010 13:58:03 +0200 (CEST)

Author: korli
Date: 2010-08-14 13:58:02 +0200 (Sat, 14 Aug 2010)
New Revision: 38098
Changeset: http://dev.haiku-os.org/changeset/38098

Modified:
   haiku/trunk/headers/posix/regex.h
Log:
use __haiku_addr_t instead of  __haiku_uint32


Modified: haiku/trunk/headers/posix/regex.h
===================================================================
--- haiku/trunk/headers/posix/regex.h   2010-08-14 11:38:06 UTC (rev 38097)
+++ haiku/trunk/headers/posix/regex.h   2010-08-14 11:58:02 UTC (rev 38098)
@@ -41,7 +41,7 @@
    remains the value 0.  The bits are given in alphabetical order, and
    the definitions shifted by one from the previous bit; thus, when we
    add or remove a bit, only one other definition need change.  */
-typedef __haiku_addr_t reg_syntax_t;
+typedef __haiku_uint32 reg_syntax_t;
 
 #ifdef __USE_GNU
 /* If this bit is not set, then \ inside a bracket expression is literal.


Other related posts:

  • » [haiku-commits] r38098 - haiku/trunk/headers/posix - korli