From 78b6ed601aa3a251030edda42ce9770e9c21567a Mon Sep 17 00:00:00 2001 From: craigm Date: Mon, 20 Jun 2005 15:44:58 -0700 Subject: 6274688 gcc and libsys don't get along 6274692 gcc and libtnf don't get along 6274693 gcc and libuuid don't get along 6274700 gcc and watchmalloc don't get along 6274771 gcc and ucbcmd/mkstr don't get along 6274819 gcc and ucbcmd/whoami don't get along --- usr/src/lib/libuuid/common/uuid_misc.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'usr/src/lib/libuuid') diff --git a/usr/src/lib/libuuid/common/uuid_misc.c b/usr/src/lib/libuuid/common/uuid_misc.c index 7aec84fee1..ca1bcfd85c 100644 --- a/usr/src/lib/libuuid/common/uuid_misc.c +++ b/usr/src/lib/libuuid/common/uuid_misc.c @@ -19,8 +19,9 @@ * * CDDL HEADER END */ + /* - * Copyright 2000,2002 Sun Microsystems, Inc. All rights reserved. + * Copyright 2002 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -182,5 +183,5 @@ get_system_time(uuid_time_t *uuid_time) */ *uuid_time = (uint64_t)tp.tv_sec * 10000000; *uuid_time += tp.tv_usec * 10; - *uuid_time += 0x01B21DD213814000; + *uuid_time += 0x01B21DD213814000ULL; } -- cgit v1.2.3