From 16b7b96c6c25948273527a97ec0d3e2c803ad3f4 Mon Sep 17 00:00:00 2001 From: Milan Jurik Date: Tue, 17 Apr 2012 09:30:53 -0700 Subject: 2625 few nits to satisfy lint 12.3 Reviewed by: Gordon Ross Reviewed by: Garrett D'Amore Approved by: Garrett D'Amore --- usr/src/uts/common/gssapi/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr/src/uts/common/gssapi/Makefile') diff --git a/usr/src/uts/common/gssapi/Makefile b/usr/src/uts/common/gssapi/Makefile index 1b691b92cb..0f02a03623 100644 --- a/usr/src/uts/common/gssapi/Makefile +++ b/usr/src/uts/common/gssapi/Makefile @@ -23,7 +23,7 @@ # Copyright (c) 1989,1997,1999 by Sun Microsystems, Inc. # All rights reserved. # -#pragma ident "%Z%%M% %I% %E% SMI" +# Copyright 2012 Milan Jurik. All rights reserved. # # uts/common/gssd/Makefile # @@ -64,7 +64,7 @@ $(GSSDDIRS): gssd_prot.h: gssd.x $(RM) $@ - $(RPCGEN) -M -h gssd.x > $@ + $(RPCGEN) -CM -h gssd.x > $@ gssd_prot.c: gssd.x $(RM) $@ -- cgit v1.2.3