From f30386f5af4f36ffe1a0fd1dce4bf24e0df267fb Mon Sep 17 00:00:00 2001 From: jacobs Date: Mon, 2 Oct 2006 15:41:02 -0700 Subject: 6476321 fix for 6461190 breaks lpstat -p, -o, -v, ... (fix cast) --- usr/src/lib/nsswitch/files/common/getprinter.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr/src/lib/nsswitch/files/common/getprinter.c') 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 -- cgit v1.2.3