From fc4822f39a8e7e97128395b08fe26a085b317c0c Mon Sep 17 00:00:00 2001 From: markm Date: Sun, 11 May 2003 18:27:49 +0000 Subject: Mrege from crypto telnet with "make unifdef". This gets a bunch of $FreeBSD$ tags and some debug variable safety belts. --- usr.bin/telnet/ring.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'usr.bin/telnet/ring.c') diff --git a/usr.bin/telnet/ring.c b/usr.bin/telnet/ring.c index ac415a9..b6e2bea 100644 --- a/usr.bin/telnet/ring.c +++ b/usr.bin/telnet/ring.c @@ -31,13 +31,13 @@ * SUCH DAMAGE. */ -#include - -__FBSDID("$FreeBSD$"); - +#if 0 #ifndef lint static const char sccsid[] = "@(#)ring.c 8.2 (Berkeley) 5/30/95"; #endif +#endif +#include +__FBSDID("$FreeBSD$"); /* * This defines a structure for a ring buffer. -- cgit v1.1