mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 19:52:44 +00:00
Fix the amd64 (and presumably ia64) lib32 build by ensuring that the
heimdal GSS-API mechanism uses its own version of gssapi.h, including all the implementation-dependant pollution contained therein. This moves the file off the vendor branch, sadly. Submitted by: bz
This commit is contained in:
parent
29af427b83
commit
17ed18fef3
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=153969
@ -32,6 +32,7 @@
|
||||
*/
|
||||
|
||||
/* $Id: gssapi_locl.h,v 1.24.2.5 2003/09/18 22:01:52 lha Exp $ */
|
||||
/* $FreeBSD$ */
|
||||
|
||||
#ifndef GSSAPI_LOCL_H
|
||||
#define GSSAPI_LOCL_H
|
||||
@ -41,7 +42,7 @@
|
||||
#endif
|
||||
|
||||
#include <krb5_locl.h>
|
||||
#include <gssapi.h>
|
||||
#include "gssapi.h"
|
||||
#include <assert.h>
|
||||
|
||||
#include "arcfour.h"
|
||||
|
Loading…
Reference in New Issue
Block a user