From be4e2191b112bc41276dfd99d475fab8e35f4abb Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Sat, 2 Oct 2004 16:14:38 +0000 Subject: [PATCH] Added small note. BTW shouldn't those constants have the B_ prefix now that they are in a public header? git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9160 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/os/drivers/fs_interface.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/headers/os/drivers/fs_interface.h b/headers/os/drivers/fs_interface.h index 49d0e38326..2e9ee04163 100644 --- a/headers/os/drivers/fs_interface.h +++ b/headers/os/drivers/fs_interface.h @@ -34,6 +34,8 @@ enum write_stat_mask { FS_WRITE_STAT_ATIME = 0x0010, FS_WRITE_STAT_MTIME = 0x0020, FS_WRITE_STAT_CRTIME = 0x0040 + // NOTE: Changing these constants will break + // src/kits/storage/LibBeAdapter.cpp:_kern_write_stat(). }; /* passed to write_fs_info() */