diff options
author | mp153739 <none@none> | 2006-10-07 13:37:05 -0700 |
---|---|---|
committer | mp153739 <none@none> | 2006-10-07 13:37:05 -0700 |
commit | 56a424cca6b3f91f31bdab72a4626c48c779fe8b (patch) | |
tree | 9a50fae6e9e88996cc646a6b9a53425b2b8539d7 /usr/src/lib/krb5/db2/include/db-queue.h | |
parent | 124771bb5f403108fb9ed84bf6083c8d427d55ff (diff) | |
download | illumos-gate-56a424cca6b3f91f31bdab72a4626c48c779fe8b.tar.gz |
PSARC 2006/424 Kerberos 1.4 KDC Resync
6406993 kdc and client resync with MIT 1.4
Diffstat (limited to 'usr/src/lib/krb5/db2/include/db-queue.h')
-rw-r--r-- | usr/src/lib/krb5/db2/include/db-queue.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/usr/src/lib/krb5/db2/include/db-queue.h b/usr/src/lib/krb5/db2/include/db-queue.h index 6f09a66805..983c444d59 100644 --- a/usr/src/lib/krb5/db2/include/db-queue.h +++ b/usr/src/lib/krb5/db2/include/db-queue.h @@ -1,6 +1,6 @@ /* - * Copyright (c) 1997-2000 by Sun Microsystems, Inc. - * All rights reserved. + * Copyright 2006 Sun Microsystems, Inc. All rights reserved. + * Use is subject to license terms. */ #ifndef _KRB5_DB2_DBQUEUE_H @@ -47,6 +47,9 @@ extern "C" { * @(#)queue.h 8.3 (Berkeley) 12/13/93 */ +#ifndef _QUEUE_H_ +#define _QUEUE_H_ + /* * This file defines three types of data structures: lists, tail queues, * and circular queues. @@ -253,6 +256,7 @@ struct { \ (elm)->field.cqe_prev->field.cqe_next = \ (elm)->field.cqe_next; \ } +#endif /* !_QUEUE_H_ */ #ifdef __cplusplus } |