diff options
| author | Mark Murray <markm@FreeBSD.org> | 2003-05-11 18:27:49 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 2003-05-11 18:27:49 +0000 |
| commit | 0813637235d5007c00e1c31ce104af98ced23e32 (patch) | |
| tree | 3849a7bccf9eaf054f46735c89aa776fbbe0a94b /libexec/telnetd/sys_term.c | |
| parent | 074e8e8ee94bbdb07ff643188631fdad52f64479 (diff) | |
Notes
Diffstat (limited to 'libexec/telnetd/sys_term.c')
| -rw-r--r-- | libexec/telnetd/sys_term.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libexec/telnetd/sys_term.c b/libexec/telnetd/sys_term.c index 17686b366bac2..e0525d6312925 100644 --- a/libexec/telnetd/sys_term.c +++ b/libexec/telnetd/sys_term.c @@ -31,13 +31,13 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> - -__FBSDID("$FreeBSD$"); - +#if 0 #ifndef lint static const char sccsid[] = "@(#)sys_term.c 8.4+1 (Berkeley) 5/30/95"; #endif +#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <sys/types.h> #include <sys/tty.h> |
