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/auth.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/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 |