diff options
author | Jeremy Allison <jra@samba.org> | 1998-08-11 02:13:01 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 1998-08-11 02:13:01 +0000 |
commit | 9042aa41c3c54e8dce600338cd4b796b65aaf066 (patch) | |
tree | 304c22f1553b8e249ed74901245e95761f6e1ba1 /source3/include | |
parent | cd9bfc6310b7a3a792840525f52392c2de9db451 (diff) | |
download | samba-9042aa41c3c54e8dce600338cd4b796b65aaf066.tar.gz samba-9042aa41c3c54e8dce600338cd4b796b65aaf066.tar.bz2 samba-9042aa41c3c54e8dce600338cd4b796b65aaf066.zip |
Makefile.in: Added CHECK target back in (at Herb's request). Added
manpath in (although we don't currently use it).
client/client.c: Added John Blair's fixes for "put -".
include/nterr.h: Added NT_STATUS_NOTIFY_ENUM_DIR error code.
smbd/nttrans.c: Added in devious fix for one-shot NT change notify bug.
Jeremy.
(This used to be commit 4ac3091e57e9ab234b3c051333ba521a92defa99)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/nterr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/nterr.h b/source3/include/nterr.h index 643d93bc93..a94464a013 100644 --- a/source3/include/nterr.h +++ b/source3/include/nterr.h @@ -504,3 +504,4 @@ #define NT_STATUS_TOO_MANY_LINKS (613) #define NT_STATUS_QUOTA_LIST_INCONSISTENT (614) #define NT_STATUS_FILE_IS_OFFLINE (615) +#define NT_STATUS_NOTIFY_ENUM_DIR (0x10C) |