The imported code form Heimdal that forms our config file parser
and kernel rfc3961 library now makes use of krb5_enomem. Provide
an implementation so we build again ...
Change-Id: Ie7162d73aa97e6f7594c0e7c68ed6939f57ae884
Reviewed-on: http://gerrit.openafs.org/9265
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
return;
}
+static krb5_error_code
+krb5_enomem(krb5_context context)
+{
+ return ENOMEM;
+}
+
#ifdef EXPAND_PATH_HEADER
#include <shlobj.h>
-static krb5_error_code krb5_enomem(krb5_context context) {
- return ENOMEM;
-}
-
static int _krb5_expand_path_tokens(krb5_context, const char *, char**);
int
krb5_error_code krb5_abortx(krb5_context, const char *, ...);
#define krb5_clear_error_message(ctx)
+#define krb5_enomem(ctx) ENOMEM
/* Local prototypes. These are functions that we aren't admitting to in the
* public API */