summaryrefslogtreecommitdiff
path: root/source4/include/nterr.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2004-02-03 06:37:28 +0000
committerStefan Metzmacher <metze@samba.org>2004-02-03 06:37:28 +0000
commita8152b68a0d790028a32084e0f0ce664178ffc5c (patch)
tree260c5d7974dda77caf6098d7caf725b9ab4bf9ac /source4/include/nterr.h
parent26ecaa32266e0c8699f280dd190811c310f2939c (diff)
downloadsamba-a8152b68a0d790028a32084e0f0ce664178ffc5c.tar.gz
samba-a8152b68a0d790028a32084e0f0ce664178ffc5c.tar.bz2
samba-a8152b68a0d790028a32084e0f0ce664178ffc5c.zip
do some merging from 3.0
metze (This used to be commit 47a240d7b833542937a1b93829c1cf8baae2ffc5)
Diffstat (limited to 'source4/include/nterr.h')
-rw-r--r--source4/include/nterr.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source4/include/nterr.h b/source4/include/nterr.h
index 1c052eb286..1b78ad189c 100644
--- a/source4/include/nterr.h
+++ b/source4/include/nterr.h
@@ -558,6 +558,7 @@
#define NT_STATUS_TOO_MANY_LINKS NT_STATUS(0xC0000000 | 0x0265)
#define NT_STATUS_QUOTA_LIST_INCONSISTENT NT_STATUS(0xC0000000 | 0x0266)
#define NT_STATUS_FILE_IS_OFFLINE NT_STATUS(0xC0000000 | 0x0267)
+#define NT_STATUS_NOT_A_REPARSE_POINT NT_STATUS(0xC0000000 | 0x0275)
#define NT_STATUS_NO_SUCH_JOB NT_STATUS(0xC0000000 | 0xEDE) /* scheduler */
@@ -566,5 +567,3 @@
#define NT_STATUS_FOOBAR NT_STATUS_UNSUCCESSFUL
#endif /* _NTERR_H */
-
-