William A. Rowe, Jr. wrote:


 Log:
   Move UUID.  Not the simplest thing in the world.  Note that almost
   all the remaining getuuid.c source should be made generic.  I just
   grabbed what my compiler tripped over.


I thought the whole point of having uuid in APR was so that we could use, e.g., the Windows genuuid functions, which give much better results than our Unix implementation.


Which this does.

apr_os_get_uuid() is an internal function.  It returns apr_status_t.

If APR_HAS_OS_UUID, we try it. If it fails, we fall over to our implementation.


Ah! Sorry, missed that. Should learn to get some sleep before reviewing patches.

--
Brane Äibej   <[EMAIL PROTECTED]>   http://www.xbc.nu/brane/



Reply via email to