blob: 669f06f20d4a545308faa8dd117c1085697b1f64 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-al,v 1.3 2003/07/28 14:38:06 adam Exp $
--- src/c-client/auth_gss.c.orig 2003-03-05 06:24:17.000000000 +0100
+++ src/c-client/auth_gss.c 2003-07-28 15:40:16.000000000 +0200
@@ -18,6 +18,9 @@
* CPYRIGHT, included with this Distribution.
*/
+#ifdef __NetBSD__
+#include <gssapi/gssapi.h>
+#endif
long auth_gssapi_valid (void);
long auth_gssapi_client (authchallenge_t challenger,authrespond_t responder,
|