summaryrefslogtreecommitdiff
path: root/nis
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2013-02-07 14:44:18 -0800
committerRoland McGrath <roland@hack.frob.com>2013-02-07 14:44:18 -0800
commitf1d70dad5381352b3cad04b5ee0dd0efe2627683 (patch)
tree09ee58dd09a6fd5f18131b98cc337a001e90fcb2 /nis
parent7bd642f580ef5698bd5b1777a5ba7af2f58c5d8c (diff)
Remove lots of inline keywords.
Diffstat (limited to 'nis')
-rw-r--r--nis/nss-nisplus.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/nis/nss-nisplus.h b/nis/nss-nisplus.h
index f73ff47275..f28a08f142 100644
--- a/nis/nss-nisplus.h
+++ b/nis/nss-nisplus.h
@@ -28,7 +28,8 @@
extern const enum nss_status __niserr2nss_tab[] attribute_hidden;
extern const unsigned int __niserr2nss_count attribute_hidden;
-static inline enum nss_status
+static enum nss_status
+__attribute__ ((unused))
niserr2nss (int errval)
{
if ((unsigned int) errval >= __niserr2nss_count)