summaryrefslogtreecommitdiffstats
path: root/usr.bin/telnet/ring.c
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2003-05-11 18:27:49 +0000
committermarkm <markm@FreeBSD.org>2003-05-11 18:27:49 +0000
commitfc4822f39a8e7e97128395b08fe26a085b317c0c (patch)
tree3849a7bccf9eaf054f46735c89aa776fbbe0a94b /usr.bin/telnet/ring.c
parent141dcc06d33af21b6ab2f50416283892a6c6ed75 (diff)
downloadFreeBSD-src-fc4822f39a8e7e97128395b08fe26a085b317c0c.zip
FreeBSD-src-fc4822f39a8e7e97128395b08fe26a085b317c0c.tar.gz
Mrege from crypto telnet with "make unifdef". This gets a bunch of
$FreeBSD$ tags and some debug variable safety belts.
Diffstat (limited to 'usr.bin/telnet/ring.c')
-rw-r--r--usr.bin/telnet/ring.c8
1 files changed, 4 insertions, 4 deletions
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 <sys/cdefs.h>
-
-__FBSDID("$FreeBSD$");
-
+#if 0
#ifndef lint
static const char sccsid[] = "@(#)ring.c 8.2 (Berkeley) 5/30/95";
#endif
+#endif
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
/*
* This defines a structure for a ring buffer.
OpenPOWER on IntegriCloud