diff options
author | marcel <marcel@FreeBSD.org> | 2003-08-08 19:18:43 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2003-08-08 19:18:43 +0000 |
commit | 792d59e06fc15e52966f360e1695b9974eccfe51 (patch) | |
tree | 2199af3ba51d65b27d1ac5bb0d90494c3acd898a /lib/libc/uuid/uuid_to_string.c | |
parent | dca0a308043ab4fafe3e792c5367f1184c371ca1 (diff) | |
download | FreeBSD-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/uuid_to_string.c')
-rw-r--r-- | lib/libc/uuid/uuid_to_string.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 |