git.samba.org
/
samba.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
2c34148
)
r4421: fix typo
author
Stefan Metzmacher
<metze@samba.org>
Fri, 31 Dec 2004 00:07:37 +0000
(
00:07
+0000)
committer
Gerald (Jerry) Carter
<jerry@samba.org>
Wed, 10 Oct 2007 18:07:47 +0000
(13:07 -0500)
metze
(This used to be commit
222abd4171ce69c65a13b52675d4d75009056bca
)
source4/include/nt_status.h
patch
|
blob
|
history
diff --git
a/source4/include/nt_status.h
b/source4/include/nt_status.h
index e95e1a745cc3e3d71ff4e05ba3c7b5cd7f8f48c4..71c69cc441d6bface73b3bc53f6eef77165ace6d 100644
(file)
--- a/
source4/include/nt_status.h
+++ b/
source4/include/nt_status.h
@@
-58,7
+58,7
@@
typedef uint32_t WERROR;
#define NT_STATUS_IS_ERR(x) ((NT_STATUS_V(x) & 0xc0000000) == 0xc0000000)
#define NT_STATUS_EQUAL(x,y) (NT_STATUS_V(x) == NT_STATUS_V(y))
#define NT_STATUS_IS_ERR(x) ((NT_STATUS_V(x) & 0xc0000000) == 0xc0000000)
#define NT_STATUS_EQUAL(x,y) (NT_STATUS_V(x) == NT_STATUS_V(y))
-#define NT_STATUS_HAVE_NO_M
O
MORY(x) do { \
+#define NT_STATUS_HAVE_NO_M
E
MORY(x) do { \
if (!(x)) {\
return NT_STATUS_NO_MEMORY;\
}\
if (!(x)) {\
return NT_STATUS_NO_MEMORY;\
}\
@@
-67,7
+67,7
@@
typedef uint32_t WERROR;
#define W_ERROR_IS_OK(x) (W_ERROR_V(x) == 0)
#define W_ERROR_EQUAL(x,y) (W_ERROR_V(x) == W_ERROR_V(y))
#define W_ERROR_IS_OK(x) (W_ERROR_V(x) == 0)
#define W_ERROR_EQUAL(x,y) (W_ERROR_V(x) == W_ERROR_V(y))
-#define W_ERROR_HAVE_NO_M
O
MORY(x) do { \
+#define W_ERROR_HAVE_NO_M
E
MORY(x) do { \
if (!(x)) {\
return WERR_NOMEM;\
}\
if (!(x)) {\
return WERR_NOMEM;\
}\