Merge branch 'linux-user-disk' into refs/top-bases/linux-zfs-branch

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

View File

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