Changeset 635 for pjproject/trunk/pjlib/src/pj/guid_simple.c
- Timestamp:
- Jul 29, 2006 8:29:24 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/src/pj/guid_simple.c
r338 r635 37 37 static int guid_initialized; 38 38 static unsigned pid; 39 static char str_pid[ 5];40 static unsigned char mac_addr[ 6];41 static char str_mac_addr[ 16];39 static char str_pid[32]; 40 static unsigned char mac_addr[32]; 41 static char str_mac_addr[32]; 42 42 static unsigned clock_seq; 43 43
Note: See TracChangeset
for help on using the changeset viewer.