summaryrefslogtreecommitdiffstats
path: root/lib/libc/uuid/uuid_hash.c
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2005-01-03 02:56:15 +0000
committermarcel <marcel@FreeBSD.org>2005-01-03 02:56:15 +0000
commit0be8a2d8c21f71cb919e52120adfb15b41123890 (patch)
tree9663113cde4df52392e12bd3e2fdd1c10201eb84 /lib/libc/uuid/uuid_hash.c
parent06cfd21d61944e360ebb21e43f663f5e79d462fc (diff)
downloadFreeBSD-src-0be8a2d8c21f71cb919e52120adfb15b41123890.zip
FreeBSD-src-0be8a2d8c21f71cb919e52120adfb15b41123890.tar.gz
Constify arguments.
Diffstat (limited to 'lib/libc/uuid/uuid_hash.c')
-rw-r--r--lib/libc/uuid/uuid_hash.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/uuid/uuid_hash.c b/lib/libc/uuid/uuid_hash.c
index 4753a12..e5695ee 100644
--- a/lib/libc/uuid/uuid_hash.c
+++ b/lib/libc/uuid/uuid_hash.c
@@ -1,5 +1,5 @@
/*-
- * Copyright (c) 2002 Marcel Moolenaar
+ * Copyright (c) 2002,2005 Marcel Moolenaar
* Copyright (c) 2002 Hiten Mahesh Pandya
* All rights reserved.
*
@@ -35,7 +35,7 @@
* http://www.opengroup.org/onlinepubs/009629399/uuid_hash.htm
*/
uint16_t
-uuid_hash(uuid_t *u, uint32_t *status)
+uuid_hash(const uuid_t *u, uint32_t *status)
{
if (status)
OpenPOWER on IntegriCloud