diff options
author | gtb <none@none> | 2007-09-14 15:01:24 -0700 |
---|---|---|
committer | gtb <none@none> | 2007-09-14 15:01:24 -0700 |
commit | ab9b2e153c3a9a2b1141fefa87925b1a9beb1236 (patch) | |
tree | 7462d47a265a89de34aa9a5952cf969af21b2b0a /usr/src/lib/libgss/g_glue.c | |
parent | 35ba209ea2294e52335d6bd3853eb811f66428f8 (diff) | |
download | illumos-joyent-ab9b2e153c3a9a2b1141fefa87925b1a9beb1236.tar.gz |
6573019 mit 1.4 sub-glue layer resync
--HG--
rename : usr/src/lib/gss_mechs/mech_krb5/mech/k5mech.c => deleted_files/usr/src/lib/gss_mechs/mech_krb5/mech/k5mech.c
Diffstat (limited to 'usr/src/lib/libgss/g_glue.c')
-rw-r--r-- | usr/src/lib/libgss/g_glue.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/usr/src/lib/libgss/g_glue.c b/usr/src/lib/libgss/g_glue.c index f01c1d29c7..e402dc67b8 100644 --- a/usr/src/lib/libgss/g_glue.c +++ b/usr/src/lib/libgss/g_glue.c @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,7 +19,7 @@ * CDDL HEADER END */ /* - * Copyright 2004 Sun Microsystems, Inc. All rights reserved. + * Copyright 2007 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -546,7 +545,7 @@ __gss_get_mechanism_cred(union_cred, mech_type) * Both space for the structure and the data is allocated. */ OM_uint32 -__gss_create_copy_buffer(srcBuf, destBuf, addNullChar) +gssint_create_copy_buffer(srcBuf, destBuf, addNullChar) const gss_buffer_t srcBuf; gss_buffer_t *destBuf; int addNullChar; |