diff options
author | Ed Schouten <ed@FreeBSD.org> | 2011-11-06 08:17:23 +0000 |
---|---|---|
committer | Ed Schouten <ed@FreeBSD.org> | 2011-11-06 08:17:23 +0000 |
commit | b8d48d6233f9e4dea8aa24fe12c059e0baaacd2f (patch) | |
tree | 0263213dc9d17a1fde5b70cd8e961f4fddd4a6f6 /usr.bin/talk/init_disp.c | |
parent | c7c497f1c5239e0d122e957cc59cfab1a5e3e57e (diff) | |
download | src-b8d48d6233f9e4dea8aa24fe12c059e0baaacd2f.tar.gz src-b8d48d6233f9e4dea8aa24fe12c059e0baaacd2f.zip |
Add missing static keywords to talk(1)
Notes
Notes:
svn path=/head/; revision=227185
Diffstat (limited to 'usr.bin/talk/init_disp.c')
-rw-r--r-- | usr.bin/talk/init_disp.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.bin/talk/init_disp.c b/usr.bin/talk/init_disp.c index ae162ef25676..47556c936c21 100644 --- a/usr.bin/talk/init_disp.c +++ b/usr.bin/talk/init_disp.c @@ -50,8 +50,6 @@ static const char sccsid[] = "@(#)init_disp.c 8.2 (Berkeley) 2/16/94"; #include "talk.h" -extern volatile sig_atomic_t gotwinch; - /* * Make sure the callee can write to the screen */ |