summaryrefslogtreecommitdiff
path: root/usr/src/head/nsswitch.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/head/nsswitch.h')
-rw-r--r--usr/src/head/nsswitch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/head/nsswitch.h b/usr/src/head/nsswitch.h
index d1612a2988..6044906a17 100644
--- a/usr/src/head/nsswitch.h
+++ b/usr/src/head/nsswitch.h
@@ -116,7 +116,7 @@ struct __nsw_switchconfig {
struct __nsw_lookup *lookups;
};
-#define __NSW_ACTION(lkp, err) \
+#define __NSW_ACTION(lkp, err) \
((lkp)->next == NULL ? \
__NSW_RETURN \
: \