summaryrefslogtreecommitdiffstats
path: root/usr.bin/systat/icmp6.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/icmp6.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/icmp6.c')
-rw-r--r--usr.bin/systat/icmp6.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/systat/icmp6.c b/usr.bin/systat/icmp6.c
index 28a9af7..5415170 100644
--- a/usr.bin/systat/icmp6.c
+++ b/usr.bin/systat/icmp6.c
@@ -94,8 +94,7 @@ openicmp6(void)
}
void
-closeicmp6(w)
- WINDOW *w;
+closeicmp6(WINDOW *w)
{
if (w == NULL)
return;
OpenPOWER on IntegriCloud