From 867b56657b8133c44f68aa2287fc736452f34386 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Sat, 14 Aug 2010 11:58:02 +0000 Subject: [PATCH] use __haiku_addr_t instead of __haiku_uint32 git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38098 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/posix/regex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headers/posix/regex.h b/headers/posix/regex.h index d9be7fc419..78a6c412a5 100644 --- a/headers/posix/regex.h +++ b/headers/posix/regex.h @@ -41,7 +41,7 @@ typedef __haiku_addr_t active_reg_t; 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.