Check-in Number:
|
5527 | |
Date: |
2006-Jul-28 20:04:15 (local)
2006-Jul-28 18:04:15 (UTC) |
User: | rse |
Branch: | |
Comment: |
Cleanup internal uuid_mac.h header. |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/uuid/ChangeLog 1.121 -> 1.122
--- ChangeLog 2006/07/20 17:46:55 1.121
+++ ChangeLog 2006/07/28 18:04:15 1.122
@@ -12,6 +12,9 @@
For a more brief summary please have a look at the NEWS file.
Changes between 1.4.2 and 1.5.0 (13-Mar-2006 to XX-May-2006)
+
+ o Cleanup internal uuid_mac.h header.
+ [Ralf S. Engelschall]
o Numerous fixed to the error handling in the PostgreSQL bindings.
[Neil Conway <neilc@samurai.com>]
|
|
ossp-pkg/uuid/uuid_mac.h 1.4 -> 1.5
--- uuid_mac.h 2006/01/13 06:44:31 1.4
+++ uuid_mac.h 2006/07/28 18:04:15 1.5
@@ -43,12 +43,12 @@
#define __MAC_CONCAT(x) x
#define MAC_CONCAT(x,y) __MAC_CONCAT(x)y
#endif
-#define mac_address MAC_CONCAT(MAC_PREFIX,mac_create)
+#define mac_address MAC_CONCAT(MAC_PREFIX,mac_address)
#endif
#define MAC_LEN 6
-extern int mac_address(unsigned char *data_ptr, size_t data_len);
+extern int mac_address(unsigned char *_data_ptr, size_t _data_len);
#endif /* __UUID_MAC_H__ */
|
|