git.samba.org
/
ira
/
wip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59a2f08
)
Add MAX_NERR define.
author
Günther Deschner
<gd@samba.org>
Thu, 10 Apr 2008 19:19:30 +0000
(21:19 +0200)
committer
Günther Deschner
<gd@samba.org>
Thu, 10 Apr 2008 19:19:30 +0000
(21:19 +0200)
Guenther
source/include/doserr.h
patch
|
blob
|
history
diff --git
a/source/include/doserr.h
b/source/include/doserr.h
index 5794fbe71ca0be706aeecca1aaa4386f2ce4f25d..d5892c1652b2c2d15da3d87a38ebc721b140a426 100644
(file)
--- a/
source/include/doserr.h
+++ b/
source/include/doserr.h
@@
-270,6
+270,10
@@
#define NERR_BASE (2100)
#endif
+#ifndef MAX_NERR
+#define MAX_NERR (NERR_BASE+899)
+#endif
+
#define WERR_DFS_NO_SUCH_VOL W_ERROR(NERR_BASE+562)
#define WERR_DFS_NO_SUCH_SHARE W_ERROR(NERR_BASE+565)
#define WERR_DFS_NO_SUCH_SERVER W_ERROR(NERR_BASE+573)