From: Todd C. Miller Date: Tue, 22 Jan 2013 20:48:16 +0000 (-0500) Subject: Fix typo that breaks the build on HP-UX. X-Git-Tag: SUDO_1_8_7~1^2~273 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e1859cac144fe3a280f13a0d3253f9b07a083993;p=sudo Fix typo that breaks the build on HP-UX. --- diff --git a/compat/nss_dbdefs.h b/compat/nss_dbdefs.h index 7ac91133f..129802ba3 100644 --- a/compat/nss_dbdefs.h +++ b/compat/nss_dbdefs.h @@ -93,7 +93,7 @@ typedef struct { #ifdef HAVE___NSS_INITF_GROUP # define _nss_initf_group __nss_initf_group #endif -#ifdef HAVE__NSS_XBYY_BUF_ALLOC +#ifdef HAVE___NSS_XBYY_BUF_ALLOC # define _nss_XbyY_buf_alloc __nss_XbyY_buf_alloc # define _nss_XbyY_buf_free __nss_XbyY_buf_free #endif