Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/crypto/external/bsd/heimdal/include For the duration of the ...



details:   https://anonhg.NetBSD.org/src/rev/87b160915261
branches:  trunk
changeset: 764290:87b160915261
user:      elric <elric%NetBSD.org@localhost>
date:      Fri Apr 15 12:18:22 2011 +0000

description:
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.

diffstat:

 crypto/external/bsd/heimdal/include/krb5-types.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 4d46c9f526c8 -r 87b160915261 crypto/external/bsd/heimdal/include/krb5-types.h
--- a/crypto/external/bsd/heimdal/include/krb5-types.h  Fri Apr 15 12:16:31 2011 +0000
+++ b/crypto/external/bsd/heimdal/include/krb5-types.h  Fri Apr 15 12:18:22 2011 +0000
@@ -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))



Home | Main Index | Thread Index | Old Index