diff options
author | Alexander Bokovoy <ab@samba.org> | 2007-04-11 12:32:07 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:19:18 -0500 |
commit | 59f23e9319643eae1100a26ac95626ae1f2bcf81 (patch) | |
tree | abaf33be79158ffdce0f65539b83102a20c73ce0 /source3 | |
parent | f61cb379895bbd7818889c3d4c8719938d2a48a4 (diff) | |
download | samba-59f23e9319643eae1100a26ac95626ae1f2bcf81.tar.gz samba-59f23e9319643eae1100a26ac95626ae1f2bcf81.tar.bz2 samba-59f23e9319643eae1100a26ac95626ae1f2bcf81.zip |
r22172: FSCTL_RECALL_FILE is 0x90117 according to my traces. Record it here.
(This used to be commit f36bc61d17baf468ec66151dda347fdfc40e0297)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/include/ntioctl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/ntioctl.h b/source3/include/ntioctl.h index 9b748d38ed..1dbde54277 100644 --- a/source3/include/ntioctl.h +++ b/source3/include/ntioctl.h @@ -65,7 +65,7 @@ #define FSCTL_DISMOUNT_VOLUME #define FSCTL_GET_NTFS_FILE_RECORD #define FSCTL_ALLOW_EXTENDED_DASD_IO -#define FSCTL_RECALL_FILE +#define FSCTL_RECALL_FILE 0x00090117 #endif |