diff options
Diffstat (limited to 'libexec/telnetd/slc.c')
-rw-r--r-- | libexec/telnetd/slc.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/libexec/telnetd/slc.c b/libexec/telnetd/slc.c index a3799f3..f0c9835 100644 --- a/libexec/telnetd/slc.c +++ b/libexec/telnetd/slc.c @@ -29,12 +29,14 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $Id$ */ #ifndef lint +#if 0 static char sccsid[] = "@(#)slc.c 8.1 (Berkeley) 6/4/93"; +#endif +static const char rcsid[] = + "$Id$"; #endif /* not lint */ #include "telnetd.h" |