]> granicus.if.org Git - sudo/commitdiff
Fix typo that breaks the build on HP-UX.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 22 Jan 2013 20:48:16 +0000 (15:48 -0500)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 22 Jan 2013 20:48:16 +0000 (15:48 -0500)
compat/nss_dbdefs.h

index 7ac91133f8ba7f7d867680bd824774d2058aa4f9..129802ba35f6c3b475a52c5c0af56df4fcb44181 100644 (file)
@@ -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