diff options
author | Ed Schouten <ed@FreeBSD.org> | 2012-10-20 10:33:15 +0000 |
---|---|---|
committer | Ed Schouten <ed@FreeBSD.org> | 2012-10-20 10:33:15 +0000 |
commit | eccad222770297bdd2787e31cd37b906edba62c6 (patch) | |
tree | 27b346e0c9d07492d198e14e7d63aab1892e4ff2 /libexec/talkd/talkd.c | |
parent | 186475e2ddef1d1675250461ba544cfef31e587b (diff) | |
download | src-test2-eccad222770297bdd2787e31cd37b906edba62c6.tar.gz src-test2-eccad222770297bdd2787e31cd37b906edba62c6.zip |
Notes
Diffstat (limited to 'libexec/talkd/talkd.c')
-rw-r--r-- | libexec/talkd/talkd.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libexec/talkd/talkd.c b/libexec/talkd/talkd.c index e81cec6eb74d..56ce4414c106 100644 --- a/libexec/talkd/talkd.c +++ b/libexec/talkd/talkd.c @@ -69,13 +69,13 @@ static const char rcsid[] = #include "extern.h" -CTL_MSG request; -CTL_RESPONSE response; +static CTL_MSG request; +static CTL_RESPONSE response; -int debug = 0; -long lastmsgtime; +int debug = 0; +static long lastmsgtime; -char hostname[MAXHOSTNAMELEN]; +char hostname[MAXHOSTNAMELEN]; #define TIMEOUT 30 #define MAXIDLE 120 |