OSSP CVS Repository

ossp - Difference in ossp-pkg/uuid/uuid.h versions 1.9 and 1.10
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [History

ossp-pkg/uuid/uuid.h 1.9 -> 1.10

--- uuid.h       2004/01/11 18:32:38     1.9
+++ uuid.h       2004/01/13 14:35:59     1.10
@@ -30,43 +30,6 @@
 #ifndef __UUID_H__
 #define __UUID_H__
 
-/*
- *  UUID Binary Representation:
- *
- *  0                   1                   2                   3
- *   0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
- *  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
- * 0|                          time_low                             |
- *  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
- * 1|       time_mid                |         time_hi_and_version   |
- *  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
- * 2|clk_seq_hi_res |  clk_seq_low  |         node (0-1)            |
- *  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
- * 3|                         node (2-5)                            |
- *  +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
- *
- *  UUID ASCII String Representation:
- *
- *  uuid                   = <time_low> "-" <time_mid> "-"
- *                           <time_high_and_version> "-"
- *                           <clock_seq_and_reserved>
- *                           <clock_seq_low> "-" <node>
- *  time_low               = 4*<hexOctet>
- *  time_mid               = 2*<hexOctet>
- *  time_high_and_version  = 2*<hexOctet>
- *  clock_seq_and_reserved = <hexOctet>
- *  clock_seq_low          = <hexOctet>
- *  node                   = 6*<hexOctet>
- *  hexOctet               = <hexDigit> <hexDigit>
- *  hexDigit =               "0"|"1"|"2"|"3"|"4"|"5"|"6"|"7"|"8"|"9"
- *                          |"a"|"b"|"c"|"d"|"e"|"f"
- *                          |"A"|"B"|"C"|"D"|"E"|"F"
- *
- *  Example string representation of a UUID:
- *
- *  "f81d4fae-7dec-11d0-a765-00a0c91e6bf6"
- */
-
 /* encoding octet stream lengths */
 #define UUID_LEN_BIN (128 / 8 /*bytes*/)
 #define UUID_LEN_STR (128 / 4 /*nibbles*/ + 4 /*hyphens*/)

CVSTrac 2.0.1