diff options
author | Toomas Soome <tsoome@me.com> | 2017-08-09 16:25:30 +0300 |
---|---|---|
committer | Richard Lowe <richlowe@richlowe.net> | 2017-11-16 15:37:27 -0500 |
commit | 4f62a6570dcd50f97b2c01e95cbb683b3f9d7a7c (patch) | |
tree | 180a62ae4ffe3706c1d344670f5425901b872e77 /usr/src/cmd/cmd-inet/usr.bin/pppd/chap_ms.c | |
parent | 3078e445fa2468f969d4f787db6f303739fdf820 (diff) | |
download | illumos-joyent-4f62a6570dcd50f97b2c01e95cbb683b3f9d7a7c.tar.gz |
8783 pppd: 'rcsid' defined but not used
Reviewed by: Yuri Pankov <yuripv@gmx.com>
Reviewed by: Sebastian Wiedenroth <wiedi@frubar.net>
Reviewed by: Robert Mustacchi <rm@joyent.com>
Approved by: Richard Lowe <richlowe@richlowe.net>
Diffstat (limited to 'usr/src/cmd/cmd-inet/usr.bin/pppd/chap_ms.c')
-rw-r--r-- | usr/src/cmd/cmd-inet/usr.bin/pppd/chap_ms.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/usr/src/cmd/cmd-inet/usr.bin/pppd/chap_ms.c b/usr/src/cmd/cmd-inet/usr.bin/pppd/chap_ms.c index 21cf5ee114..4b32195f14 100644 --- a/usr/src/cmd/cmd-inet/usr.bin/pppd/chap_ms.c +++ b/usr/src/cmd/cmd-inet/usr.bin/pppd/chap_ms.c @@ -40,9 +40,6 @@ * Added MS-CHAPv2 support. */ -#pragma ident "%Z%%M% %I% %E% SMI" -#define RCSID "$Id: chap_ms.c,v 1.15 1999/08/13 06:46:12 paulus Exp $" - #if defined(CHAPMS) || defined(CHAPMSV2) #include <stdio.h> @@ -69,10 +66,6 @@ #include "chap_ms.h" #include "md4.h" -#if !defined(lint) && !defined(_lint) -static const char rcsid[] = RCSID; -#endif - typedef struct { u_char LANManResp[24]; u_char NTResp[24]; |