Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-3]: src/libexec/telnetd Pull up revision 1.20 (requested by lha i...
details: https://anonhg.NetBSD.org/src/rev/dd155eff4280
branches: netbsd-3
changeset: 576325:dd155eff4280
user: tron <tron%NetBSD.org@localhost>
date: Mon Jun 27 09:20:19 2005 +0000
description:
Pull up revision 1.20 (requested by lha in ticket #502):
Remove static local variable so its easier to correctly use strlcpy.
diffstat:
libexec/telnetd/ext.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 9fb479526fb6 -r dd155eff4280 libexec/telnetd/ext.h
--- a/libexec/telnetd/ext.h Mon Jun 27 09:20:13 2005 +0000
+++ b/libexec/telnetd/ext.h Mon Jun 27 09:20:19 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ext.h,v 1.19 2005/02/06 05:58:20 perry Exp $ */
+/* $NetBSD: ext.h,v 1.19.2.1 2005/06/27 09:20:19 tron Exp $ */
/*
* Copyright (c) 1989, 1993
@@ -60,7 +60,7 @@
#endif
extern slcfun slctab[NSLC + 1]; /* slc mapping table */
-extern char *terminaltype;
+extern char terminaltype[41];
/*
* I/O data buffers, pointers, and counters.
Home |
Main Index |
Thread Index |
Old Index