From c527fef8247a7334477efe654f427ec723f5dfde Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Sat, 15 Aug 2009 21:22:25 +0000 Subject: [PATCH] Added type constant B_XATTR_TYPE. This is not a data type, but rather a marker that can be used for node attributes, when those originate from Linux xattrs. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32426 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/os/support/TypeConstants.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/headers/os/support/TypeConstants.h b/headers/os/support/TypeConstants.h index 4df643d90b..45f7839a90 100644 --- a/headers/os/support/TypeConstants.h +++ b/headers/os/support/TypeConstants.h @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007, Haiku, Inc. All Rights Reserved. + * Copyright 2005-2009, Haiku, Inc. All Rights Reserved. * Distributed under the terms of the MIT License. * * Author: @@ -55,6 +55,7 @@ enum { B_UINT64_TYPE = 'ULLG', B_UINT8_TYPE = 'UBYT', B_VECTOR_ICON_TYPE = 'VICN', + B_XATTR_TYPE = 'XATR', // deprecated, do not use B_ASCII_TYPE = 'TEXT' // use B_STRING_TYPE instead