Bug 604653 - 64bit Mac build crashes with negotiate auth and Kerberos [@ Kerberos@0x6a163 ]; r=sxw a=blocker

This commit is contained in:
David Bienvenu 2010-12-10 09:09:11 +00:00
Родитель 6c67a43d0a
Коммит 87d73ab860
1 изменённых файлов: 7 добавлений и 0 удалений

Просмотреть файл

@ -94,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.
@ -834,6 +838,9 @@ GSS_CALLCONV GSS_FUNC(gss_duplicate_name)
);
#if defined(XP_MACOSX)
# pragma pack(pop)
#endif
EXTERN_C_END