summaryrefslogtreecommitdiffstats
path: root/usr.bin/systat/tcp.c
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2008-01-16 19:27:43 +0000
committerdelphij <delphij@FreeBSD.org>2008-01-16 19:27:43 +0000
commit8f8cb7cbeccab35f93144e4796554b23c37ca424 (patch)
tree1949ff10a24f623c91c0dd1c161428d8022ef1b7 /usr.bin/systat/tcp.c
parente0a03b53e1322296a173e94b1501785915211127 (diff)
downloadFreeBSD-src-8f8cb7cbeccab35f93144e4796554b23c37ca424.zip
FreeBSD-src-8f8cb7cbeccab35f93144e4796554b23c37ca424.tar.gz
ANSIfy and remove register.
Resulting binary verified with strip(1)+md5(1).
Diffstat (limited to 'usr.bin/systat/tcp.c')
-rw-r--r--usr.bin/systat/tcp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/systat/tcp.c b/usr.bin/systat/tcp.c
index 0086b9c..b7f7592 100644
--- a/usr.bin/systat/tcp.c
+++ b/usr.bin/systat/tcp.c
@@ -102,8 +102,7 @@ opentcp(void)
}
void
-closetcp(w)
- WINDOW *w;
+closetcp(WINDOW *w)
{
if (w == NULL)
return;
OpenPOWER on IntegriCloud