Remove stale DCE 1.1 pointers to the IBM site. The URLs aren't valid

anymore. This also fixes long line bugs caused by the lengthy URLs :-)
This commit is contained in:
Marcel Moolenaar 2003-08-08 19:18:43 +00:00
parent 38e35b968e
commit 10b35e00c9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=118670
8 changed files with 0 additions and 8 deletions

View File

@ -34,7 +34,6 @@
* uuid_compare() - compare two UUIDs.
* See also:
* http://www.opengroup.org/onlinepubs/009629399/uuid_compare.htm
* http://www.transarc.ibm.com/Library/documentation/dce/1.1/uuid_compare.html
*
* NOTE: Either UUID can be NULL, meaning a nil UUID. nil UUIDs are smaller
* than any non-nil UUID.

View File

@ -33,7 +33,6 @@
* uuid_create() - create an UUID.
* See also:
* http://www.opengroup.org/onlinepubs/009629399/uuid_create.htm
* http://www.transarc.ibm.com/Library/documentation/dce/1.1/uuid_create.html
*/
void
uuid_create(uuid_t *u, uint32_t *status)

View File

@ -34,7 +34,6 @@
* uuid_create_nil() - create a nil UUID.
* See also:
* http://www.opengroup.org/onlinepubs/009629399/uuid_create_nil.htm
* http://www.transarc.ibm.com/Library/documentation/dce/1.1/uuid_create_nil.html
*/
void
uuid_create_nil(uuid_t *u, uint32_t *status)

View File

@ -34,7 +34,6 @@
* uuid_equal() - compare for equality.
* See also:
* http://www.opengroup.org/onlinepubs/009629399/uuid_equal.htm
* http://www.transarc.ibm.com/Library/documentation/dce/1.1/uuid_equal.html
*/
int32_t
uuid_equal(uuid_t *a, uuid_t *b, uint32_t *status)

View File

@ -36,7 +36,6 @@
* a binary representation.
* See also:
* http://www.opengroup.org/onlinepubs/009629399/uuid_from_string.htm
* http://www.transarc.ibm.com/Library/documentation/dce/1.1/uuid_from_string.html
*
* NOTE: The sequence field is in big-endian, while the time fields are in
* native byte order.

View File

@ -33,7 +33,6 @@
* uuid_hash() - generate a hash value.
* See also:
* http://www.opengroup.org/onlinepubs/009629399/uuid_hash.htm
* http://www.transarc.ibm.com/Library/documentation/dce/1.1/uuid_hash.html
*/
uint16_t
uuid_hash(uuid_t *u, uint32_t *status)

View File

@ -33,7 +33,6 @@
* uuid_is_nil() - return whether the UUID is a nil UUID.
* See also:
* http://www.opengroup.org/onlinepubs/009629399/uuid_is_nil.htm
* http://www.transarc.ibm.com/Library/documentation/dce/1.1/uuid_is_nil.html
*/
int32_t
uuid_is_nil(uuid_t *u, uint32_t *status)

View File

@ -35,7 +35,6 @@
* uuid_to_string() - Convert a binary UUID into a string representation.
* See also:
* http://www.opengroup.org/onlinepubs/009629399/uuid_to_string.htm
* http://www.transarc.ibm.com/Library/documentation/dce/1.1/uuid_to_string.html
*
* NOTE: The references given above do not have a status code for when
* the string could not be allocated. The status code has been