diff options
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/lib/nsswitch/files/common/getprinter.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/lib/nsswitch/files/common/getprinter.c b/usr/src/lib/nsswitch/files/common/getprinter.c index 62f3cb189c..2db42dbfea 100644 --- a/usr/src/lib/nsswitch/files/common/getprinter.c +++ b/usr/src/lib/nsswitch/files/common/getprinter.c @@ -172,8 +172,8 @@ getent(be, a) nss_status_t status; nss_XbyY_args_t *argp = (nss_XbyY_args_t *)a; - return (_nss_files_XY_printer(be, argp, (files_XY_check_func)0, - (const char *)0)); + return (_nss_files_XY_printer(be, argp, (const char *)0, + (files_XY_check_func)0)); } static nss_status_t |