Index: ossp-pkg/uuid/uuid_bm.h RCS File: /v/ossp/cvs/ossp-pkg/uuid/Attic/uuid_bm.h,v rcsdiff -q -kk '-r1.2' '-r1.3' -u '/v/ossp/cvs/ossp-pkg/uuid/Attic/uuid_bm.h,v' 2>/dev/null --- uuid_bm.h 2004/01/15 13:41:36 1.2 +++ uuid_bm.h 2004/01/15 15:36:51 1.3 @@ -62,7 +62,7 @@ /* generate the value 2^n */ #define BM_POW2(n) \ - BM_BIT(1,n) + BM_BIT(n,1) /* shift word w k bits to the left or to the right */ #define BM_SHL(w,k) \