]> git.ipfire.org Git - thirdparty/squid.git/blob - contrib/solaris/solaris-krb5-include.patch
Source Format Enforcement (#763)
[thirdparty/squid.git] / contrib / solaris / solaris-krb5-include.patch
1 /*
2 * Copyright (C) 1996-2021 The Squid Software Foundation and contributors
3 *
4 * Squid software is distributed under GPLv2+ license and includes
5 * contributions from numerous individuals and organizations.
6 * Please see the COPYING and CONTRIBUTORS files for details.
7 */
8
9 --- /usr/include/kerberosv5/krb5.h.orig Mon Aug 23 04:09:23 2010
10 +++ /usr/include/kerberosv5/krb5.h Mon Aug 23 04:10:53 2010
11 @@ -171,6 +171,7 @@
12 #define KRB5INT_END_DECLS
13 #endif
14 #endif
15 +KRB5INT_BEGIN_DECLS
16
17 #if TARGET_OS_MAC
18 # pragma options align=mac68k
19 @@ -3246,8 +3247,4 @@
20 /* for compatibility with older versions... */
21 #define asn1_err_base ERROR_TABLE_BASE_asn1
22
23 -#ifdef __cplusplus
24 -}
25 -#endif
26 -
27 #endif /* _KRB5_H */