This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 8/7] nss_nisplus: Use NSS_DECLARE_MODULE_FUNCTIONS


-----
 nis/nss-nisplus.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/nis/nss-nisplus.h b/nis/nss-nisplus.h
index ca6ef67654..92c67880b9 100644
--- a/nis/nss-nisplus.h
+++ b/nis/nss-nisplus.h
@@ -23,6 +23,7 @@
 
 #include "nsswitch.h"
 
+NSS_DECLARE_MODULE_FUNCTIONS (nisplus)
 
 /* Convert NIS+ error number to NSS error number.  */
 extern const enum nss_status __niserr2nss_tab[] attribute_hidden;


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]