diff options
Diffstat (limited to 'usr/src/cmd/cmd-inet/usr.bin/pppd/auth.c')
-rw-r--r-- | usr/src/cmd/cmd-inet/usr.bin/pppd/auth.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/usr/src/cmd/cmd-inet/usr.bin/pppd/auth.c b/usr/src/cmd/cmd-inet/usr.bin/pppd/auth.c index 9bf6587bde..37244d836f 100644 --- a/usr/src/cmd/cmd-inet/usr.bin/pppd/auth.c +++ b/usr/src/cmd/cmd-inet/usr.bin/pppd/auth.c @@ -35,9 +35,6 @@ * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -#pragma ident "%Z%%M% %I% %E% SMI" -#define RCSID "$Id: auth.c,v 1.65 2000/04/15 01:27:10 masputra Exp $" - /* Pull in crypt() definition. */ #define __EXTENSIONS__ @@ -92,10 +89,6 @@ #endif #include "pathnames.h" -#if !defined(lint) && !defined(_lint) -static const char rcsid[] = RCSID; -#endif - /* Bits in scan_authfile return value */ #define NONWILD_SERVER 1 #define NONWILD_CLIENT 2 |