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/fsm.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/fsm.c')
-rw-r--r-- | usr/src/cmd/cmd-inet/usr.bin/pppd/fsm.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/usr/src/cmd/cmd-inet/usr.bin/pppd/fsm.c b/usr/src/cmd/cmd-inet/usr.bin/pppd/fsm.c index a9ad47660d..cab1ae03a8 100644 --- a/usr/src/cmd/cmd-inet/usr.bin/pppd/fsm.c +++ b/usr/src/cmd/cmd-inet/usr.bin/pppd/fsm.c @@ -20,9 +20,6 @@ * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -#pragma ident "%Z%%M% %I% %E% SMI" -#define RCSID "$Id: fsm.c,v 1.17 1999/08/13 06:46:12 paulus Exp $" - /* * TODO: * Randomize fsm id on link/init. @@ -39,10 +36,6 @@ #include "pppd.h" #include "fsm.h" -#if !defined(lint) && !defined(_lint) -static const char rcsid[] = RCSID; -#endif - static void fsm_timeout __P((void *)); static void fsm_rconfreq __P((fsm *, int, u_char *, int)); static void fsm_rconfack __P((fsm *, int, u_char *, int)); |