Merge commit 'refs/top-bases/linux-zfs-branch' into linux-zfs-branch

This commit is contained in:
Brian Behlendorf 2010-03-09 13:43:30 -08:00
commit f120b94558
1 changed files with 0 additions and 4 deletions

View File

@ -74,12 +74,8 @@ struct uuid {
uint8_t node_addr[6]; uint8_t node_addr[6];
}; };
#define UUID_LEN 16
#define UUID_PRINTABLE_STRING_LENGTH 37 #define UUID_PRINTABLE_STRING_LENGTH 37
typedef uchar_t uuid_t[UUID_LEN];
/* /*
* Convert a uuid to/from little-endian format * Convert a uuid to/from little-endian format
*/ */