diff options
Diffstat (limited to 'usr/src/cmd/cmd-inet/usr.bin/pppd/main.c')
-rw-r--r-- | usr/src/cmd/cmd-inet/usr.bin/pppd/main.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/usr/src/cmd/cmd-inet/usr.bin/pppd/main.c b/usr/src/cmd/cmd-inet/usr.bin/pppd/main.c index 4207ea1712..c3c99a7364 100644 --- a/usr/src/cmd/cmd-inet/usr.bin/pppd/main.c +++ b/usr/src/cmd/cmd-inet/usr.bin/pppd/main.c @@ -34,8 +34,6 @@ * Copyright (c) 2016 by Delphix. All rights reserved. */ -#define RCSID "$Id: main.c,v 1.97 2000/04/24 02:54:16 masputra Exp $" - #include <stdio.h> #include <stdlib.h> #include <string.h> @@ -86,10 +84,6 @@ #include "atcp.h" #endif -#if !defined(lint) && !defined(_lint) -static const char rcsid[] = RCSID; -#endif - /* interface vars */ char ifname[32]; /* Interface name */ int ifunit = -1; /* Interface unit number */ |