diff options
author | dfr <dfr@FreeBSD.org> | 2006-01-02 11:28:42 +0000 |
---|---|---|
committer | dfr <dfr@FreeBSD.org> | 2006-01-02 11:28:42 +0000 |
commit | 65ca66cee321e3dc4802d0dcc0aa0c1db68b4076 (patch) | |
tree | 07e1e576d0633865a7cfb38ccf045ce139e03c44 /crypto | |
parent | 5f69a86c738fcc6ba82648bfce88d8ef3bb32291 (diff) | |
download | FreeBSD-src-65ca66cee321e3dc4802d0dcc0aa0c1db68b4076.zip FreeBSD-src-65ca66cee321e3dc4802d0dcc0aa0c1db68b4076.tar.gz |
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
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/heimdal/lib/gssapi/gssapi_locl.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/heimdal/lib/gssapi/gssapi_locl.h b/crypto/heimdal/lib/gssapi/gssapi_locl.h index 154c4b1..5b2274f 100644 --- a/crypto/heimdal/lib/gssapi/gssapi_locl.h +++ b/crypto/heimdal/lib/gssapi/gssapi_locl.h @@ -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" |