diff options
| author | casper <none@none> | 2007-05-25 05:43:42 -0700 |
|---|---|---|
| committer | casper <none@none> | 2007-05-25 05:43:42 -0700 |
| commit | f48205be61a214698b763ff550ab9e657525104c (patch) | |
| tree | bc63168b8468284765bb770eb48473b7a0bf980e /usr/src/cmd/svc/common | |
| parent | 7387092aa96cd872b317dfab3fee34a96c681f3e (diff) | |
| download | illumos-joyent-f48205be61a214698b763ff550ab9e657525104c.tar.gz | |
PSARC 2007/064 Unified POSIX and Windows Credentials for Solaris
4994017 data structure sharing between rpcbind and libnsl leads to accidents
6549510 Need the ability to store SIDs in the Solaris cred_t
6549515 PSARC 2007/064: uid_t and gid_t to become unsigned
Diffstat (limited to 'usr/src/cmd/svc/common')
| -rw-r--r-- | usr/src/cmd/svc/common/manifest_hash.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/src/cmd/svc/common/manifest_hash.h b/usr/src/cmd/svc/common/manifest_hash.h index 6a1baed33a..e641fbdcd1 100644 --- a/usr/src/cmd/svc/common/manifest_hash.h +++ b/usr/src/cmd/svc/common/manifest_hash.h @@ -19,7 +19,7 @@ * CDDL HEADER END */ /* - * Copyright 2006 Sun Microsystems, Inc. All rights reserved. + * Copyright 2007 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -43,8 +43,8 @@ extern "C" { #define MHASH_PG_FLAGS 0 #define MHASH_PROP "md5sum" -#define MHASH_FORMAT_V1 "%llx%lx%llx%lx" -#define MHASH_FORMAT_V2 "%lx%lx%llx%lx" +#define MHASH_FORMAT_V1 "%llx%x%llx%lx" +#define MHASH_FORMAT_V2 "%x%x%llx%lx" #define MHASH_NEWFILE (0) #define MHASH_RECONCILED (1) |
