summaryrefslogtreecommitdiffstats
path: root/libexec/telnetd/state.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 /libexec/telnetd/state.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 'libexec/telnetd/state.c')
-rw-r--r--libexec/telnetd/state.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/libexec/telnetd/state.c b/libexec/telnetd/state.c
index 412fd94..7b733e4 100644
--- a/libexec/telnetd/state.c
+++ b/libexec/telnetd/state.c
@@ -31,13 +31,13 @@
* SUCH DAMAGE.
*/
-#include <sys/cdefs.h>
-
-__FBSDID("$FreeBSD$");
-
+#if 0
#ifndef lint
static const char sccsid[] = "@(#)state.c 8.5 (Berkeley) 5/30/95";
#endif
+#endif
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
#include <stdarg.h>
#include "telnetd.h"
OpenPOWER on IntegriCloud