diff options
Diffstat (limited to 'usr/src/cmd/cmd-inet/usr.bin/pppd/ccp.c')
-rw-r--r-- | usr/src/cmd/cmd-inet/usr.bin/pppd/ccp.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/usr/src/cmd/cmd-inet/usr.bin/pppd/ccp.c b/usr/src/cmd/cmd-inet/usr.bin/pppd/ccp.c index b3bc84b0e1..e58f9f1831 100644 --- a/usr/src/cmd/cmd-inet/usr.bin/pppd/ccp.c +++ b/usr/src/cmd/cmd-inet/usr.bin/pppd/ccp.c @@ -31,9 +31,6 @@ * Copyright (c) 2016 by Delphix. All rights reserved. */ -#pragma ident "%Z%%M% %I% %E% SMI" -#define RCSID "$Id: ccp.c,v 1.30 2000/04/15 01:27:11 masputra Exp $" - #include <stdlib.h> #include <string.h> @@ -42,10 +39,6 @@ #include "ccp.h" #include <net/ppp-comp.h> -#if !defined(lint) && !defined(_lint) -static const char rcsid[] = RCSID; -#endif - /* * Command-line options. */ |