summaryrefslogtreecommitdiffstats
path: root/lib/libc/uuid
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2003-08-08 19:18:43 +0000
committermarcel <marcel@FreeBSD.org>2003-08-08 19:18:43 +0000
commit792d59e06fc15e52966f360e1695b9974eccfe51 (patch)
tree2199af3ba51d65b27d1ac5bb0d90494c3acd898a /lib/libc/uuid
parentdca0a308043ab4fafe3e792c5367f1184c371ca1 (diff)
downloadFreeBSD-src-792d59e06fc15e52966f360e1695b9974eccfe51.zip
FreeBSD-src-792d59e06fc15e52966f360e1695b9974eccfe51.tar.gz
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 :-)
Diffstat (limited to 'lib/libc/uuid')
-rw-r--r--lib/libc/uuid/uuid_compare.c1
-rw-r--r--lib/libc/uuid/uuid_create.c1
-rw-r--r--lib/libc/uuid/uuid_create_nil.c1
-rw-r--r--lib/libc/uuid/uuid_equal.c1
-rw-r--r--lib/libc/uuid/uuid_from_string.c1
-rw-r--r--lib/libc/uuid/uuid_hash.c1
-rw-r--r--lib/libc/uuid/uuid_is_nil.c1
-rw-r--r--lib/libc/uuid/uuid_to_string.c1
8 files changed, 0 insertions, 8 deletions
diff --git a/lib/libc/uuid/uuid_compare.c b/lib/libc/uuid/uuid_compare.c
index 3ff0cdb..9d1c3c6 100644
--- a/lib/libc/uuid/uuid_compare.c
+++ b/lib/libc/uuid/uuid_compare.c
@@ -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.
diff --git a/lib/libc/uuid/uuid_create.c b/lib/libc/uuid/uuid_create.c
index a202e1a..da3f1d3 100644
--- a/lib/libc/uuid/uuid_create.c
+++ b/lib/libc/uuid/uuid_create.c
@@ -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)
diff --git a/lib/libc/uuid/uuid_create_nil.c b/lib/libc/uuid/uuid_create_nil.c
index f2a69ff..6e85ae7 100644
--- a/lib/libc/uuid/uuid_create_nil.c
+++ b/lib/libc/uuid/uuid_create_nil.c
@@ -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)
diff --git a/lib/libc/uuid/uuid_equal.c b/lib/libc/uuid/uuid_equal.c
index 4d36b30..1f6328c 100644
--- a/lib/libc/uuid/uuid_equal.c
+++ b/lib/libc/uuid/uuid_equal.c
@@ -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)
diff --git a/lib/libc/uuid/uuid_from_string.c b/lib/libc/uuid/uuid_from_string.c
index 322a4ed..b09a04d 100644
--- a/lib/libc/uuid/uuid_from_string.c
+++ b/lib/libc/uuid/uuid_from_string.c
@@ -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.
diff --git a/lib/libc/uuid/uuid_hash.c b/lib/libc/uuid/uuid_hash.c
index fade9ec..4753a12 100644
--- a/lib/libc/uuid/uuid_hash.c
+++ b/lib/libc/uuid/uuid_hash.c
@@ -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)
diff --git a/lib/libc/uuid/uuid_is_nil.c b/lib/libc/uuid/uuid_is_nil.c
index eef2357..d397f7a 100644
--- a/lib/libc/uuid/uuid_is_nil.c
+++ b/lib/libc/uuid/uuid_is_nil.c
@@ -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)
diff --git a/lib/libc/uuid/uuid_to_string.c b/lib/libc/uuid/uuid_to_string.c
index fa2b8c2..16bda3a 100644
--- a/lib/libc/uuid/uuid_to_string.c
+++ b/lib/libc/uuid/uuid_to_string.c
@@ -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
OpenPOWER on IntegriCloud