summaryrefslogtreecommitdiff
path: root/extensions/auth/gssapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/auth/gssapi.h')
-rw-r--r--extensions/auth/gssapi.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/extensions/auth/gssapi.h b/extensions/auth/gssapi.h
index a5331d741b..a3ce3d8c58 100644
--- a/extensions/auth/gssapi.h
+++ b/extensions/auth/gssapi.h
@@ -1,3 +1,4 @@
+/* vim:set ts=4 sw=4 sts=4 et cindent: */
/* ***** BEGIN LICENSE BLOCK *****
* Copyright 1993 by OpenVision Technologies, Inc.
*
@@ -93,6 +94,10 @@
EXTERN_C_BEGIN
+#if defined(XP_MACOSX)
+# pragma pack(push,2)
+#endif
+
/*
* If the platform supports the xom.h header file, it should be
* included here.
@@ -833,6 +838,10 @@ GSS_CALLCONV GSS_FUNC(gss_duplicate_name)
);
+#if defined(XP_MACOSX)
+# pragma pack(pop)
+#endif
+
EXTERN_C_END
#endif /* GSSAPI_H_ */