summaryrefslogtreecommitdiffstats
path: root/src/include/krb5/krb5.hin
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/krb5/krb5.hin')
-rw-r--r--src/include/krb5/krb5.hin4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/krb5/krb5.hin b/src/include/krb5/krb5.hin
index 603ed8028..23f93c7a9 100644
--- a/src/include/krb5/krb5.hin
+++ b/src/include/krb5/krb5.hin
@@ -109,7 +109,7 @@
KRB5INT_BEGIN_DECLS
#if TARGET_OS_MAC
-# pragma options align=mac68k
+# pragma pack(push,2)
#endif
/* from profile.h */
@@ -2564,7 +2564,7 @@ krb5_clear_error_message (krb5_context);
#if TARGET_OS_MAC
-# pragma options align=reset
+# pragma pack(pop)
#endif
KRB5INT_END_DECLS