Module Name: src
Committed By: elric
Date: Fri Apr 15 12:18:22 UTC 2011
Modified Files:
src/crypto/external/bsd/heimdal/include: krb5-types.h
Log Message:
For the duration of the import and upgrade, we eliminate the marking of
older interfaces as deprecated as this breaks the build and we want to
commit the changes in logical chunks. We will revert this commit later.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/crypto/external/bsd/heimdal/include/krb5-types.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/crypto/external/bsd/heimdal/include/krb5-types.h
diff -u src/crypto/external/bsd/heimdal/include/krb5-types.h:1.1 src/crypto/external/bsd/heimdal/include/krb5-types.h:1.2
--- src/crypto/external/bsd/heimdal/include/krb5-types.h:1.1 Wed Apr 13 19:03:58 2011
+++ src/crypto/external/bsd/heimdal/include/krb5-types.h Fri Apr 15 12:18:22 2011
@@ -1,5 +1,5 @@
/* krb5-types.h -- this file was generated for x86_64-unknown-netbsd5.99.41 by
- $Id: krb5-types.h,v 1.1 2011/04/13 19:03:58 elric Exp $ */
+ $Id: krb5-types.h,v 1.2 2011/04/15 12:18:22 elric Exp $ */
#ifndef __krb5_types_h__
#define __krb5_types_h__
@@ -15,6 +15,8 @@
typedef int krb5_socket_t;
+#define HEIMDAL_DEPRECATED
+
#ifndef HEIMDAL_DEPRECATED
#if defined(__GNUC__) && ((__GNUC__ > 3) || ((__GNUC__ == 3) && (__GNUC_MINOR__ >= 1 )))
#define HEIMDAL_DEPRECATED __attribute__((deprecated))